// contents.JavaScript Document

function open_win1(){
window.open("http://www.marukame.com/guide/toiawase.php","","menubar=yes,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes");
}
function open_win2(){
window.open("http://www.marukame.com/member/","","menubar=yes,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes");
}
function open_win3(){
window.open("http://www.marukame.com/topics/panf_form.php","","menubar=yes,toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes");
}