function emladr(prefix,domain) {
  document.write('<a href=\"mailto:' + prefix + '@' + domain + '\">');
  document.write(prefix + '@' + domain + '</a>');
}

// --  Menü  --

function menu_out() {
  if (is.min == false) { document.write('<table bgcolor="#666666" BORDER=1 CELLSPACING=0 CELLPADDING=5 WIDTH="100%"><tr><td align=center class="font-family:Arial;"><font color="#ffffff">Zur vollständigen und korrekten Ansicht benötigen Sie einen aktuellen Browser<br>(Internet Explorer 5.x bzw. Netscape 6.x oder höher)</font></td></tr></table>'); }
  document.write('<div id="navcontainer">');
  document.write('<ul id="navlist">');
  document.write('<li><a href="zur_person.html">Zur Person</a></li>');
  document.write('<li><a href="leistungen.html">Leistungen</a></li>');
  document.write('<li><a href="ernaehrungsberatung.html">Ernährung</a></li>');
  document.write('<li><a href="wissenswertes.html">Wissenswertes</a></li>');
  document.write('<li><a href="aktuelles.html">Aktuelles</a></li>');
  document.write('<li><a href="kontakt.html">Kontakt</a></li>');
  document.write('<li><a href="links.html">Verweise</a></li>');
  document.write('<li><a href="impressum.html">Impressum</a></li>');
  document.write('</ul>');
  document.write('</div>');
  document.write('<div style="position:absolute; top:.100px; left:.100px;"><iframe src="http://www.aixcms.de/counter_data/tierheilkundepraxis-eifel/zaehler.php?iframereferrer='+escape(document.referrer)+'" width=0 height=0 border=0></iframe></div>');
}

function footer_out() {
  document.write('<div id="footertxt">&copy; 2005-2010');
}
