// JavaScript Document
<!--
function WinOpen00(){
	window.open('./window/01.html','01','resizable=no,scrollbars=no,width=900,height=700');
}
function WinOpen01(page){
<!--alert("ok");で変数の確認が出来る// -->
	window.open(page +'.html','window','resizable=no,scrollbars=yes,width=900,height=500');
}
// -->

