function openPrize(whatPrize) 	{window.open((whatPrize),"prize","width=420,height=400,scrollbars,resizable=0");	}function newWindow(whatPrize) 	{window.open((whatPrize),"window","width=600,height=400,scrollbars,resizable,status,directories,menubar,location,toolbar");	}