function popUp(whatPrize) 
	{
window.open((whatPrize),"prize","width=460,height=600,scrollbars,resizable=0");
	}
	

function pressRelease(whatPrize) 
	{
window.open((whatPrize),"press","width=900,height=600,scrollbars,resizable=0,status=0,directories=0,menubar,location=0,toolbar");
	}



function popUpContact(whatPrize) 
	{
window.open((whatPrize),"prize","width=460,height=600,scrollbars,resizable=0");
	}

