function showContact () {
  windowContact = window.open("http://corsite.de/gabriele_kontakt/Contact.php", "Kontakt", "width=500,height=600,scrollbars=no");
  windowContact.focus();
}


