<!--

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");
win1.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");
win1.focus();
}


	

//-->



