// JavaScript Document
// ポップアップウインドウを表示
function subWin1(URL) {
 window.open(URL, '', "width=566,height=800,left=0,top=0,menubar=0,location=0,resizable=1,scrollbars=1,status=0,directories=0");
}
function subWin2(URL) {
 window.open(URL, '', "width=816,height=800,left=0,top=0,menubar=0,location=0,resizable=0,scrollbars=1,status=0,directories=0");
}
function subWin3(URL) {
 window.open(URL, '', "width=800,height=800,left=0,top=0,menubar=0,location=0,resizable=0,scrollbars=0,status=0,directories=0");
}

