function Adresse(x)
  {
	AdrFenster = window.open(x, "Zweitfenster", "width=350, height=350,screenX=400,screenY=60");
	AdrFenster.focus();
  }


function openPreise(Adresse) {
  Fenster1 = window.open(Adresse, "Preisträger", "width=780, left=100,top=200, scrollbars=yes");
  Fenster1.focus();
}

function openImpressum(Which) {
  Fenster2 = window.open(Which, "IMPRESSUM", "width=650, left=100,top=200, scrollbars=yes");
  Fenster2.focus();
}

function eMail(epost, domain){
document.write("<a href="+"mail"+"to:"+epost+"&#64;"+domain+">");
document.write(epost + "&#64;" + domain + "</a>");
}