//PopUp Window
function doPopUpPrize(){
  doPopUpWindow = window.open("verlosung.htm","Prize_Draw",
  "resizable=yes,scrollbars=yes,status=no,menubar=no,toolbar=no,left=80,top=10,screenX=80,screenY=80,width=770,height=860");
}
