function openPrize(whatPrize) 
	{
window.open((whatPrize),"prize","width=500,height=500,scrollbars,resizable=0,status=0,directories=0,menubar,location=0,toolbar=0");
	}




function newWindow(whatPrize) 
	{
window.open((whatPrize),"window","width=1100,height=800,scrollbars,resizable,status,directories,menubar,location,toolbar");
	}



function prizeWindow(whatPrize) 
	{
window.open((whatPrize),"print","width=1100,height=800,scrollbars=1,resizable=0,resizable=0,status=0,directories=0,menubar=1,location=0,toolbar=0");
	}
	
function load(file,target) {
    if (target != '') {
        target.window.location.href = file;
    } else {
        window.location.href = file;
    }
    window.close();
}	
// javascript Document