function fuckup(url,title,options) { window.open(url,title,options); };
window.defaultStatus = " ";

window.onerror = oftFehler; function oftFehler() { return; };

window.name ="tilt";

function wexel(eidi,url) 
{ 
if(document.all && !window.opera) { document.getElementById(eidi).filters.revealTrans.Apply(); 
document.getElementById(eidi).src = url ; 
if(document.all) document.getElementById(eidi).filters.revealTrans.Play(); } 
else { document.getElementById(eidi).src = url ;  }
};

function wex0l(eidi,url) { document.getElementById(eidi).src = url ;  };


function sellect(x) { 
document.getElementsByName('topic')[0].value = x ;
} ;


function gesamt() {
document.mailform.email.style.borderColor='#5D5D5D';
document.mailform.name.style.borderColor='#5D5D5D';
document.mailform.text.style.borderColor='#5D5D5D';
};

function checkform() {
 if (/^([ _a-zA-Z0-9- ]+)(\.[ _a-zA-Z0-9- ]+)*@[ a-zA-Z0-9- ]+(\.[ a-zA-Z0-9- ]+)*\.([ a-zA-Z ]{2,4})$/.test 
  (document.mailform.email.value)==false) 
  { document.mailform.email.style.borderColor='#ff0000'; 
    document.mailform.email.focus(); return false; };
 if(document.mailform.name.value == "") 
  { document.mailform.name.style.borderColor='#ff0000'; 
       document.mailform.name.focus(); return false; };
 if(document.mailform.topic.value == "choose") 
  { document.getElementById('topicdiv').style.borderColor='#ff0000';
    document.mailform.topicx.focus(); return false; };
 if(document.mailform.text.value == "") 
  { document.mailform.text.style.borderColor='#ff0000'; 
    document.mailform.text.focus(); return false; };
};


function geletter() {
document.lttrform.email.style.borderColor='#5D5D5D';
};

function chcklttr() {
 if (/^([ _a-zA-Z0-9- ]+)(\.[ _a-zA-Z0-9- ]+)*@[ a-zA-Z0-9- ]+(\.[ a-zA-Z0-9- ]+)*\.([ a-zA-Z ]{2,4})$/.test 
  (document.lttrform.email.value)==false) 
  { document.lttrform.email.style.borderColor='#ff0000'; 
    document.lttrform.email.focus(); return false; };
 if(document.lttrform.topic.value == "choose") 
  { document.getElementById('topicdiv').style.borderColor='#ff0000';
    document.lttrform.topicx.focus(); return false; };
};


