function xmas() 
{
  pop = window.open("xmas.html","popup","toolbar=no,width=650,height=600,left=100,top=100,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");


}

function chkContact()
{

 if(document.kontakt.name.value == "") {
   alert("Geben Sie bitte Ihren Namen ein.");
   document.kontakt.name.focus();
   return false;
  }

 if(document.kontakt.email.value == "") {
   alert("Geben Sie bitte Ihre Email-Adresse ein.");
   document.kontakt.email.focus();
   return false;
  }
  
 if(document.kontakt.email.value.indexOf('@') == -1) {
   alert("Geben Sie bitte eine gültige Email-Adresse ein.");
   document.kontakt.email.focus();
   return false;
  }

 if(document.kontakt.nachricht.value == "") {
   alert("Geben Sie bitte Ihre Nachricht ein.");
   document.kontakt.nachricht.focus();
   return false;
  }
}

function xmas2005() 
{
  pop = window.open("xmas2005.html","popup","toolbar=no,width=640,height=454,left=100,top=100,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");


}

function xmas2006() 
{
  pop = window.open("xmas2006.html","popup","toolbar=no,width=680,height=500,left=100,top=100,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no");


}
