

function ShowMap(map) {
window.open( "http://maps.google.com/maps?q="+map, "myWindow", 
"status = , height = 400, width = 660, resizable = 1,screenX=10,left=10,screenY=10,top=10,location=0,scrollbars=1,resizable=1" )
}


