function open_win_profile(){
window.open("../entry/input.php","","menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=530,height=800,");
}
function open_win_photo(){
window.open("photo_confirm.html","","menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=400,height=400,");
}
function open_win_rule(){
window.open("rule.html","","menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=480,height=600,");
}
function open_win_entry(){
window.open("nickname.php","","menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,width=530,height=800,");
}