function imageopen(prizeId)
{
var newwindow = window.open("PrizeDetail.aspx?prizeId=" + prizeId, "details", "width=" +screen.width*.75+",height="+screen.height*.75+",resizable=yes,scrollbars=yes");
newwindow.focus();
}
