<!--var URL,WinName,WinWidth,WinHeight,WinOptions;var URL1,WinName1,WinWidth1,WinHeight1,WinOptions1;var URL2,WinName2,WinWidth2,WinHeight2,WinOptions2;var URL3,WinName3,WinWidth3,WinHeight3,WinOptions3;var Win;function PopKotei( URL1 , WinName1 , WinWidth1 , WinHeight1 ){	WinOptions1 = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + WinWidth1 + ",height=" + WinHeight1;	Win = window.open( URL1 , WinName1 , WinOptions1 );	Win.focus();}function PopKotei2( URL1 , WinName1 , WinWidth1 , WinHeight1 ){	WinOptions1 = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=" + WinWidth1 + ",height=" + WinHeight1;	Win = window.open( URL1 , WinName1 , WinOptions1 );	Win.focus();}function PopKotei3( URL1 , WinName1 , WinWidth1 , WinHeight1 ){	WinOptions1 = "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=" + WinWidth1 + ",height=" + WinHeight1;	Win = window.open( URL1 , WinName1 , WinOptions1 );	Win.focus();}//-->