// JavaScript Document

var seiten = document.URL.split('\/');

Normal1 = new Image();
Normal1.src = "img/p/saunalandschaft.gif";
Highlight1 = new Image();
Highlight1.src = "img/a/saunalandschaft.gif";

Normal2 = new Image();
Normal2.src = "img/p/oeffnungszeiten.gif";
Highlight2 = new Image();
Highlight2.src = "img/a/oeffnungszeiten.gif";

Normal3 = new Image();
Normal3.src = "img/p/nachgefragt.gif";
Highlight3 = new Image();
Highlight3.src = "img/a/nachgefragt.gif";

Normal4 = new Image();
Normal4.src = "img/p/saunateam.gif";
Highlight4 = new Image();
Highlight4.src = "img/a/saunateam.gif";

Normal6 = new Image();
Normal6.src = "img/p/ueberuns.gif";
Highlight6 = new Image();
Highlight6.src = "img/a/ueberuns.gif";

Normal7 = new Image();
Normal7.src = "img/p/leistungen.gif";
Highlight7 = new Image();
Highlight7.src = "img/a/leistungen.gif";

Normal8 = new Image();
Normal8.src = "img/p/raeumlichkeiten.gif";
Highlight8 = new Image();
Highlight8.src = "img/a/raeumlichkeiten.gif";

Normal9 = new Image();
Normal9.src = "img/p/unserteam.gif";
Highlight9 = new Image();
Highlight9.src = "img/a/unserteam.gif";

Normal10 = new Image();
Normal10.src = "img/p/kontakt.gif";
Highlight10 = new Image();
Highlight10.src = "img/a/kontakt.gif";

Normal11 = new Image();
Normal11.src = "img/p/anfahrt.gif";
Highlight11 = new Image();
Highlight11.src = "img/a/anfahrt.gif";

Normal12 = new Image();
Normal12.src = "img/p/impressum.gif";
Highlight12 = new Image();
Highlight12.src = "img/a/impressum.gif";

Normal13 = new Image();
Normal13.src = "img/p/index.gif";
Highlight13 = new Image();
Highlight13.src = "img/a/index.gif";


//alert("seite: "+seiten[seiten.length-1]);


if (seiten[seiten.length-1] == "saunalandschaft.html") {
document.write('<img src="img/a/saunalandschaft.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="saunalandschaft.html" onMouseOver="Bildwechsel(0,Highlight1)" onMouseOut="Bildwechsel(0,Normal1)"><img src="img/p/saunalandschaft.gif" border="0"></a><br>');
}
if (seiten[seiten.length-1] == "oeffnungszeiten.html")  {
document.write('<img src="img/a/oeffnungszeiten.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="oeffnungszeiten.html" onMouseOver="Bildwechsel(1,Highlight2)" onMouseOut="Bildwechsel(1,Normal2)"><img src="img/p/oeffnungszeiten.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "nachgefragt.html") {
document.write('<img src="img/a/nachgefragt.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="nachgefragt.html" onMouseOver="Bildwechsel(2,Highlight3)" onMouseOut="Bildwechsel(2,Normal3)"><img src="img/p/nachgefragt.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "saunateam.html") {
document.write('<img src="img/a/saunateam.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="saunateam.html" onMouseOver="Bildwechsel(3,Highlight4)" onMouseOut="Bildwechsel(3,Normal4)"><img src="img/p/saunateam.gif" border="0"></a><br>');
}

document.write('<img src="img/logofitgesund.gif"  border="0" alt=""><br>');

if (seiten[seiten.length-1] == "ueberuns.html") {
document.write('<img src="img/a/ueberuns.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="ueberuns.html" onMouseOver="Bildwechsel(5,Highlight6)" onMouseOut="Bildwechsel(5,Normal6)"><img src="img/p/ueberuns.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "leistungen.html") {
document.write('<img src="img/a/leistungen.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="leistungen.html" onMouseOver="Bildwechsel(6,Highlight7)" onMouseOut="Bildwechsel(6,Normal7)"><img src="img/p/leistungen.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "raeumlichkeiten.html") {
document.write('<img src="img/a/raeumlichkeiten.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="raeumlichkeiten.html" onMouseOver="Bildwechsel(7,Highlight8)" onMouseOut="Bildwechsel(7,Normal8)"><img src="img/p/raeumlichkeiten.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "unserteam.html") {
document.write('<img src="img/a/unserteam.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="unserteam.html" onMouseOver="Bildwechsel(8,Highlight9)" onMouseOut="Bildwechsel(8,Normal9)"><img src="img/p/unserteam.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "kontakt.html") {
document.write('<img src="img/a/kontakt.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="kontakt.html" onMouseOver="Bildwechsel(9,Highlight10)" onMouseOut="Bildwechsel(9,Normal10)"><img src="img/p/kontakt.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "anfahrt.html") {
document.write('<img src="img/a/anfahrt.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="anfahrt.html" onMouseOver="Bildwechsel(10,Highlight11)" onMouseOut="Bildwechsel(10,Normal11)"><img src="img/p/anfahrt.gif" border="0"></a><br>');
}

if (seiten[seiten.length-1] == "impressum.html") {
document.write('<img src="img/a/impressum.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="impressum.html" onMouseOver="Bildwechsel(11,Highlight12)" onMouseOut="Bildwechsel(11,Normal12)"><img src="img/p/impressum.gif" border="0"></a><br>');
}


if (seiten[seiten.length-1] == "index.html") {
document.write('<img src="img/a/index.gif"  border="0" alt=""><br>');
} else {
document.write('<a href="index.html" onMouseOver="Bildwechsel(12,Highlight13)" onMouseOut="Bildwechsel(12,Normal13)"><img src="img/p/index.gif" border="0"></a><br>');
}
;




function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}