/* MapOpen */
function OpenWindow(theURL){
	ww = window.open(theURL,'map','scrollbars=no,resizable=no,width=680,height=530,left=10,top=10,toolbar=no,menubar=no,location=no');
	ww.focus();
}