
function popImageUploader(formName, fieldName) {
	popupWin=window.open("imageUploader.asp?action=load&fieldname="+fieldName+"&formName="+formName+"","AddImage","scrollbars=no,dependent,titlebar=no,alwaysontop=yes,width=300,height=250,left=50,top=50")
}


function popSite() {
	popupWin=window.open("home.asp","AboutYou","scrollbars=no,dependent,titlebar=no,alwaysontop=yes,width=840,height=628,left=50,top=50")
}

function popPrizes() {
	popupWin=window.open("prizes.asp","AboutYou","scrollbars=no,dependent,titlebar=no,alwaysontop=yes,width=840,height=628,left=50,top=50")
}

function popWinners() {
	popupWin=window.open("winners.asp","AboutYou","scrollbars=no,dependent,titlebar=no,alwaysontop=yes,width=840,height=628,left=50,top=50")
}


