<!--

function openWindow(url) {
    var win=window.open(url,"myWin",
        "width=400,height=400,toolbar=yes,scrollbars=yes,resizable=yes");
}

function closeWindow() {
    if (win && !win.closed) win.close();
}

// window fit クリックしたらサブウィンドウを開く
function Wopen(url,nm){
var win1=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=620,height=850,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win1.focus();
}

function Wopen2(url,nm){
var win2=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=400,height=300,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen3(url,nm){
var win3=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=600,height=430,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen4(url,nm){
var win4=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=400,height=520,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}

function Wopen5(url,nm){
var win5=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=820,height=590,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win5.focus();
}

function Wopen6(url,nm){
var win6=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=530,height=850,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win6.focus();
}


function Wopen7(url,nm){
var win7=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=620,height=470,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win7.focus();
}
function Wopen8(url,nm){
var win8=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=390,height=1230,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win8.focus();
}
function Wopen9(url,nm){
var win9=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=870,height=630,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win9.focus();
}
	
function Wopen10(url,nm){
var win10=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=460,height=320,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win10.focus();
}
function Wopen11(url,nm){
var win11=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=470,height=660,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win11.focus();
}
function Wopen12(url,nm){
var win12=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=360,height=500,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win12.focus();
}
function Wopen13(url,nm){
var win13=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=380,height=290,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win13.focus();
}
function Wopen14(url,nm){
var win14=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=820,height=620,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win14.focus();
}
function Wopen15(url,nm){
var win15=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=620,height=380,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
win15.focus();
}
//-->




