function fPrivacy(){
	var cx,cy;
	cx=(g_scr.width-550)/2;cy=(g_scr.height-270)/2-25;
	g_win_privacy=window.open("privacy.php","privacy","toolbar=0,height=270,width=550,left="+cx+",top="+cy+",screenX="+cx+",screenY="+cy+",scrollbars=1,resizable=1,status=1");
	return void(0);
}
function fLegal(){
	var cx,cy;
	cx=(g_scr.width-640)/2;cy=(g_scr.height-475)/2-25;
	g_win_legal=window.open("legal.php","legal","toolbar=0,height=475,width=640,left="+cx+",top="+cy+",screenX="+cx+",screenY="+cy+",scrollbars=1,resizable=1,status=1");
	return void(0);
}	
function AddEmail(){
	var cx,cy;
	cx=(g_scr.width-450)/2;cy=(g_scr.height-275)/2-25;
	g_win_email=window.open("email.php?cmd=add","email","toolbar=0,height=275,width=450,left="+cx+",top="+cy+",screenX="+cx+",screenY="+cy+",scrollbars=1,resizable=0,status=1");
	return 1;
}
