// cpyright.js
document.write('<font size=1>');
document.write('Copyright &copy; 2008 Rupro VBA Labo All Rights Reserved.');
document.write('</font>');


function pop1_win() {
window.open("law1.html","特定商取引法に関する表記","screenX=20,screenY=50,left=20,top=50,width=720,height=820,scrollbars=yes,resizable=yes");
}
function pop2_win() {
window.open("law2.html","プライバシーポリシー","screenX=20,screenY=50,left=20,top=50,width=720,height=450,scrollbars=yes,resizable=yes");
}
function pop3_win() {
window.open("law3.html","商品の仕様","screenX=20,screenY=50,left=20,top=50,width=720,height=680,scrollbars=yes,resizable=yes");
}
function windowClose() {
window.close();
}
