<!--
/*function fixThePixReg(Loc) {
		fixthepix=window.open(Loc,"fixthepix","toolbar=no,scrollbars=yes,directories=no,resizable=no,menubar=no,width=720,height=600,top=50,left=200,screeny=50,screenx=200");
	passedVariable = "";
	fixthepix.focus();
}*/
function closeAndRefresh() {
	window.opener.location.reload();
	window.close();
}
function gameReg(Loc) {
		game=window.open(Loc,"game","toolbar=no,scrollbars=yes,directories=no,resizable=no,menubar=no,width=820,height=600,top=50,left=200,screeny=50,screenx=200");
	passedVariable = "";
	game.focus();
}
function gameEmail(Loc) {
		email=window.open(Loc,"email","toolbar=no,scrollbars=yes,directories=no,resizable=no,menubar=no,width=820,height=600,top=50,left=200,screeny=50,screenx=200");
	passedVariable = "";
	email.focus();
}
//-->
