<!--
// html:ファイル名, winname:開くウィンドウの名前指定
function openwin1( html, winname ){
	newWindow = window.open( html,winname,"status=0,resizable=0,width=570,height=440");
newWindow.focus();
}
//-->
