// JavaScript Document
// ポップアップウインドウを表示
function subWin1(URL) {
 window.open(URL, '', "width=550,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=400,height=800,left=0,top=0,menubar=1,location=0,resizable=0,scrollbars=1,status=0,directories=0");
}
function subWin3(URL) {
 window.open(URL, '', "width=600,height=900,left=0,top=0,menubar=1,location=0,resizable=0,scrollbars=1,status=0,directories=0");
}
function subWin4(URL) {
 window.open(URL, '', "width=710,height=660,left=0,top=0,menubar=1,location=0,resizable=0,scrollbars=1,status=0,directories=0");
}
function subWinMedia1(URL) {
 window.open(URL, '', "width=700,height=800,left=0,top=0,menubar=0,location=0,resizable=1,scrollbars=1,status=0,directories=0");
}
function subWinMedia2(URL) {
 window.open(URL, '', "width=550,height=800,left=0,top=0,menubar=0,location=0,resizable=1,scrollbars=1,status=0,directories=0");
}
function launchWin1(URL) {
 window.open(URL, '', "menubar=1,location=1,resizable=1,scrollbars=1,status=1,directories=1,toolbar=1");
}