<!--
function map_open(theURL) { //v2.0
window.open(theURL,'map','scrollbars=yes,resizable=yes,status=no,width=580,height=500,top=0,left=0');
}
//-->