<!--ウインドウを開くためのスクリプト開始-->

function OpenWindow(URL,Winname,features){SubWindow=window.open(URL,Winname,features);
}

<!--ウインドウを開くためのスクリプト終了-->
