
function openwin(url) {
/* 横幅440px、縦幅500pxのウインドウを開く */
w = window.open(url, 'win','width=440,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no,top=5,left=5');
}

function openwins(url) {
/* 横幅530px、縦幅500pxのウインドウを開く */
w = window.open(url, 'win','width=530,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no,top=5,left=5');
}

function openwinl(url) {
/* 横幅440px、縦幅500pxのウインドウを開く */
w = window.open(url, 'win','width=450,height=300,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no,top=5,left=5');
}


function openwinbl(url) {
/* 横幅680px、縦幅740pxのウインドウを開く */
w = window.open(url, 'win','width=680,height=740,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no,top=5,left=5');
}

function openwinb(url) {
/* 横幅700px、縦幅450pxのウインドウを開く */
w = window.open(url, 'win','width=700,height=450,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no,top=5,left=5');
}