// Smaller popup window for map
function popUpMap(theURL) { //v2.0
window.open(theURL,"map","dependent=1,height=615,width=650,location=0,menubar=0,resizeable=0,screenX=50,screenY=50,scrollbars=no,status=0,titlebar=0,toolbar=0");
}
