<html>
<head>
<title> Bitte wählen Sie aus </title>
<script language="JavaScript">
<!--
ImNormal = new Image();
ImNormal.src = "buttons/news_butt_b2.gif";
ImHighlight = new Image();
ImHighlight.src = "buttons/news_butt_r2.gif";
function Bildwechsel(Bildnr,Bildobjekt)
{
document.images[Bildnr].src = Bildobjekt.src;
}
ImNormal1 = new Image();
ImNormal1.src = "ueberuns_butt_b2.gif";
ImHighlight1 = new Image();
ImHighlight1.src = "ueberuns_butt_r2.gif";
function Bildwechsel1(Bildnr,Bildobjekt)
{
document.images[Bildnr].src = Bildobjekt.src;
}
<!--
ImNormal2 = new Image();
ImNormal2.src = "buttons/interview_butt_b2.gif";
ImHighlight2 = new Image();
ImHighlight2.src = "buttons/interview_butt_r2.gif";
function Bildwechsel2(Bildnr,Bildobjekt)
{
document.images[Bildnr].src = Bildobjekt.src;
}
ImNormal3 = new Image();
ImNormal3.src = "buttons/kontakt_butt_b2.gif";
ImHighlight3 = new Image();
ImHighlight3.src = "buttons/kontakt_butt_r2.gif";
function Bildwechsel3(Bildnr,Bildobjekt)
{
document.images[Bildnr].src = Bildobjekt.src;
}
ImNormal4 = new Image();
ImNormal4.src = "buttons/start_butt_b2.gif";
ImHighlight4 = new Image();
ImHighlight4.src = "buttons/start_butt_r2.gif";
function Bildwechsel4(Bildnr,Bildobjekt)
{
document.images[Bildnr].src = Bildobjekt.src;
}
//-->
</script>
</head>
<body background="navi_breit.jpg">
<a href="news.html" target="rechts" onMouseOver="Bildwechsel(0,ImHighlight)" onMouseOut="Bildwechsel(0,ImNormal)"><img src="news_butt_b2.gif" border=0></a>
<center>
<a href="wir.html" target="rechts" onMouseOver="Bildwechsel1(1,ImHighlight1)" onMouseOut="Bildwechsel1(1,ImNormal1)"><img src="ueberuns_butt_b2.gif" border=0></a>
</center>
<center>
<a href="reportage.html" target="rechts" onMouseOver="Bildwechsel2(2,ImHighlight2)" onMouseOut="Bildwechsel2(2,ImNormal2)"><img src="interview_butt_b2.gif" border=0></a>
</center>
<center>
<a href="kontakt.html" target="rechts" onMouseOver="Bildwechsel3(3,ImHighlight3)" onMouseOut="Bildwechsel3(3,ImNormal3)"><img src="kontakt_butt_b2.gif" border=0></a>
</center>
<br>
<br>
<br>
<br>
<br>
<center>
<a href="willkommen.html" target="rechts" onMouseOver="Bildwechsel4(4,ImHighlight4)" onMouseOut="Bildwechsel4(4,ImNormal4)"><img src="start_butt_b2.gif" border=0></a>
</center>
</body>
</html>