chris3007: zuerst syntaktische Fehler bereinigen!

Beitrag lesen

Danke für die weiteren Hinweise auf Fehler im Code.

Hier die aktuellen Versionen:
http://www.pronature-holistic.de/?action=hunde

Die css-Datei:
http://www.petsnature-holistic.de/stylesheet.css

Und die Functions.js:
http://www.petsnature-holistic.de/functions.js

Es geht mir also um diesen Codeteil:

  
 <div id="hunde-katze">  
 	<div id="uebergang">  
  
 		<table style="height:464px;" align="center" width="100%">  
 			<tr>  
 				<td width="20%" align="center" valign="bottom">  
					<img src="images/hund_01.png" alt="Pronature">  
 				</td>  
 				<td width="20%" align="center" valign="bottom">  
					<img src="images/hund_02.png" alt="Pronature">  
 				</td>  
 				<td width="20%" align="center" valign="bottom">  
					<img src="images/hund_03.png" alt="Pronature">  
 				</td>  
 				<td width="20%" align="center" valign="bottom">  
					<img src="images/hund_04.png" alt="Pronature">  
 				</td>  
 				<td width="20%" align="center" valign="bottom">  
 					<p align="center"><a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Senior','','images/hund_05_big.png',1)"><img src="images/hund_05.png" name="Senior" border="0" alt="Senior"></a>  
							<br>Senior</p>  
 				</td>  
 			</tr>  
 		</table>  
 		  
 	</div>  
 </div>  

In diesem Teil wird die Rollover-Funktion aufgerufen. Im IE wird sie dargestellt, im Firefix nicht. Im FF wird nicht einmal der Link dargestellt.
Meine Frage ist also, wie ich das Script hier richtig einbinde.

Danke im Voraus.