// JavaScript Document
<!--
function WinOpen(){
	window.open('window/1.html','1','resizable=no,scrollbars=no,width=830,height=410');
}

-->