	function loadpage(page, h, w){
	window.open(page,"","height="+h+",width="+w+",status=yes,location=no,toolbar=no,directories=no,menubar=no,scrollbars=yes");
}

function OpenMapWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}