// OPEN NEW WINDOW FOR MAP --------------------------------------------------------------

function map_window() 
{ 
window.open('../img/pages/route.gif','Course_Map','width=800,height=600,resizable=no'); 
} 

