function eventWindow(e){
	window.open("../html/event-page.php?p="+e+"",e,"screenX=0,screenY=0,left=0,top=0,width=550,height=420,scrollbars=0,resizable=0");
}
function loginWindow(id){
	window.open("../html/login.php?id="+id+"","gravure","screenX=0,screenY=0,left=0,top=0,width=900,height=750,scrollbars=0,resizable=0");
}
function gravureWindow(id){
	window.open("../member/gravure-page.php?id="+id+"","gravure","screenX=0,screenY=0,left=0,top=0,width=900,height=750,scrollbars=0,resizable=0");
}
function profileWindow(id, time){	window.open("../html/profile.php?id="+id+"&t="+time+"","profile","screenX=0,screenY=0,left=0,top=0,width=800,height=720,scrollbars=1,resizable=1");
}
function mailmagazineWindow(){
	window.open("../html/mailmagazine.php","mailmagazine","screenX=0,screenY=0,left=0,top=0,width=550,height=420,scrollbars=0,resizable=0");
}