<!--
function mailer(name,domain){
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');
}

function kontaktmail(name,domain,namekomplett){
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(namekomplett + '</a>');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// -->
