<!--

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 Wopen1(url,nm){
var win1=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=620,height=840,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen(url,nm){
var win2=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=560,height=850,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen(url,nm){
var win3=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=640,height=950,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen(url,nm){
var win4=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=820,height=950,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen(url,nm){
var win5=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=660,height=840,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen800(url,nm){
var win800=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=800,height=600,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen(url,nm){
var win6=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=600,height=700,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen(url,nm){
var win7=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=620,height=400,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen8(url,nm){
var win8=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=600,height=730,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen9(url,nm){
var win9=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=680,height=800,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
function Wopen10(url,nm){
var win10=window.open(url,nm,"screenX=20, screenY=50,left=20,top=50,width=580,height=500,toolbar=no,location=no,directoryes=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}

	

//-->




