// JavaScript Document
<!--
function WinOpen1(){
	window.open('./window/1.html','2','resizable=no,scrollbars=no,width=888,height=680');
}
function WinOpen2(){
	window.open('./window/2.html','2','resizable=no,scrollbars=no,width=740,height=603');
}
function WinOpen3(){
	window.open('./window/1.html','1','resizable=no,scrollbars=no,width=740,height=603');
}

-->
