// JavaScript Document
function openWin01()
{
	window.open("../map.html","formWindow","screenX=700,screenY=200,left=0,top=0,width=550,height=600,scrollbars=yes,resizable=no");
}
function openWin02()
{
	window.open("../inquiry.html","formWindow","screenX=700,screenY=200,left=0,top=0,width=600,height=730,scrollbars=yes,resizable=no");
}
