function email(Name,vorn,hinten,mitadresse,ohneimg,subject) {
if (vorn=="" | hinten=="") {
   if (!(ohneimg)) document.write('<img src="../img/pixel.gif" border="1" title="ohne Emailadresse" align="absmiddle" width="28" height="21" hspace=5 >')
   else document.write('&nbsp;');return;};
document.write('<a href="mailto:'+vorn+'@'+hinten+'?subject='+subject+'">');
if (!(ohneimg)) {
   document.write('<img src="../img/email.gif" title="Email an  ');
   if (!mitadresse) document.write(vorn+"@"+hinten)
   else document.write(Name);
   document.write('" border="0" align="absmiddle" width="28" height="21" hspace="5" >'); };
if (mitadresse) document.write(vorn+'@'+hinten); else document.write(Name) ;
document.write('</a>');
}

function input(vorn,hinten) {
document.write('<input type="hidden" name="empfaenger" value="'+vorn+'@'+hinten+'">');
}
