function jsWinOpenMap(){
	scrWidth=620;
	scrHeight=660;
	mapwin = window.open("map.htm","MAP","toolbar=yes,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes, fullscreen=no, width=" + scrWidth + ", height=" + scrHeight);
}
function jsWinOpenMap2(){
	scrWidth=620;
	scrHeight=660;
	mapwin = window.open("map2.htm","MAP","toolbar=yes,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes, fullscreen=no, width=" + scrWidth + ", height=" + scrHeight);
}
