// common.js

function loginwin(){
window.open("https://www.greensanta.or.jp/green_santa/login.php?rpath=modify.php","windowa1","width=850,height=850,left=0,top=0,menubar=yes,status=yes,scrollbars=yes,directories=no,resizable=yes,toolbar=no");
}
function taikaiwin(){
window.open("https://www.greensanta.or.jp/green_santa/withdrawn.php","windowa2","width=850,height=850,left=0,top=0,menubar=yes,status=yes,scrollbars=yes,directories=no,resizable=yes,toolbar=no");
}
function spwin(){
window.open("https://www.greensanta.or.jp/green_santa/accounts_free.php","windowa3","width=850,height=850,left=0,top=0,menubar=yes,status=yes,scrollbars=yes,directories=no,resizable=yes,toolbar=no");
}
function prwin(){
window.open("https://www.greensanta.or.jp/green_santa/accounts_premium.php","windowa4","width=850,height=850,left=0,top=0,menubar=yes,status=yes,scrollbars=yes,directories=no,resizable=yes,toolbar=no");
}
function cowin(){
window.open("https://www.greensanta.or.jp/green_santa/accounts_company.php","windowa5","width=850,height=850,left=0,top=0,menubar=yes,status=yes,scrollbars=yes,directories=no,resizable=yes,toolbar=no");
}
function messagewin(){
window.open("message.html","windowa6","width=850,height=650,left=0,top=0,menubar=yes,status=yes,scrollbars=yes,directories=no,resizable=yes,toolbar=no");
}
