// Favicon
window.defaultStatus="Ulrich Valerius";

// Startseite
    Normal1 = new Image();
    Normal1.src = "../../site/bilder/navi_01_i.gif";
    Highlight1 = new Image();
    Highlight1.src = "../../site/bilder/navi_01_a.gif";

    Normal2 = new Image();
    Normal2.src = "../../site/bilder/navi_02_i.gif";
    Highlight2 = new Image();
    Highlight2.src = "../../site/bilder/navi_02_a.gif";

    Normal3 = new Image();
    Normal3.src = "../../site/bilder/navi_03_i.gif";
    Highlight3 = new Image();
    Highlight3.src = "../../site/bilder/navi_03_a.gif";

    Normal5 = new Image();
    Normal5.src = "../../site/bilder/navi_04_i.gif";
    Highlight5 = new Image();
    Highlight5.src = "../../site/bilder/navi_04_a.gif";
	
	Normal4 = new Image();
    Normal4.src = "../../site/bilder/navi_06_i.png";
    Highlight4 = new Image();
    Highlight4.src = "../../site/bilder/navi_06_a.png";	
	
	
	Normal6 = new Image();
    Normal6.src = "../../site/bilder/navi_06_i.gif";
    Highlight6 = new Image();
    Highlight6.src = "../../site/bilder/navi_06_a.gif";

     function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }



// Anti Spam
function AntiSpam( name, domn, text ) {
if( ! text || text == "" ) text = name + "@" + domn;
document.write( "<a href=\"mailto:" + name + "@" + domn + "\" id=dunkel >" +
text + "</a>" )
}
