Das hier ist ne brilliante lösung... und das <br> stimmt schon da wos ist.
Er sagt mir nur das die Tauschbil05b oder wie des heißt und bei 6 ebenfalls undefiniert wären.
_____________________________
<script type="text/javascript" language="JavaScript">
<!--
Tauschbild01a = new Image();
Tauschbild01a.src = "StartButton.gif";
Tauschbild01b = new Image();
Tauschbild01b.src = "StartButton2.gif";
Tauschbild02a = new Image();
Tauschbild02a.src = "GalerieButton.gif";
Tauschbild02b = new Image();
Tauschbild02b.src = "GalerieButton2.gif";
Tauschbild03a = new Image();
Tauschbild03a.src = "ForumButton.gif";
Tauschbild03b = new Image();
Tauschbild03b.src = "ForumButton2.gif";
Tauschbild04a = new Image();
Tauschbild04a.src = "WissenButton.gif";
Tauschbild04b = new Image();
Tauschbild04b.src = "WissenButton2.gif";
Tauschbild05a = new Image();
Tauschbild05a.src = "GastButton.gif";
Tauschbild05a = new Image();
Tauschbild05b.src = "GastButton2.gif";
Tauschbild06a = new Image();
Tauschbild06a.src = "KontaktButton.gif";
Tauschbild06b = new Image();
Tauschbild06b.src = "KontaktButton2.gif";
function Wechseln(Bildname,Tauschbildname)
{
document.images[Bildname].src = eval(Tauschbildname + ".src")
}
//-->
</script>
</head>
<body bgcolor="red">
<table widht="200" height="600" valgin="top" background="start1.gif" border="0">
<tr>
<td width="190" align="center">
<br>
</td>
<tr>
<td width="190" align="center">
<a href="Home.html" OnMouseover="Wechseln('foto1','Tauschbild01b')" OnMouseout="Wechseln('foto1','Tauschbild01a')">
<img name="foto1" src="StartButton.gif" width="150" border="0" alt="">
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="Galerie.html" OnMouseover="Wechseln('foto2','Tauschbild02b')" OnMouseout="Wechseln('foto2','Tauschbild02a')">
<img name="foto2" src="GalerieButton.gif" width="150" border="0" alt="">
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="Forum.html" OnMouseover="Wechseln('foto3','Tauschbild03b')" OnMouseout="Wechseln('foto3','Tauschbild03a')">
<img name="foto3" src="ForumButton.gif" width="150" border="0" alt="">
</a>
</td>
</tr><br>
<tr>
<td align="center">
<a href="GesammeltesWissen.html" OnMouseover="Wechseln('foto4','Tauschbild04b')" OnMouseout="Wechseln('foto4','Tauschbild04a')">
<img name="foto4" src="WissenButton.gif" width="150" border="0" alt="">
</a>
</td>
</tr><br>
<tr>
<td align="center">
<a href="Gast.html" OnMouseover="Wechseln('foto5','Tauschbild05b')" OnMouseout="Wechseln('foto5','Tauschbild05a')">
<img name="foto5" src="GastButton.gif" width="150" border="0" alt="">
</a>
</td>
</tr><br>
<tr>
<td align="center">
<a href="Kontakt.html" OnMouseover="Wechseln('foto6','Tauschbild06b')" OnMouseout="Wechseln('foto6','Tauschbild06a')">
<img name="foto6" src="KontaktButton.gif" width="150" border="0" alt="">
</a>
</td>
</tr><br>
<tr>
<td align="center">
<br>
</td>
<tr>
</table>
...usw.