Hmm, This is werid, I looked at it in I.E and its fine (looks nice btw), and i cant see nothing different to the 1 that works except the
Quote:
|
onmouseover="showMenu(event); MM_swapImage('thumb','','thumb_f4.jpg',1)"
|
did you try swapping them around so its
Quote:
|
onmouseover=" MM_swapImage('thumb','','thumb_f4.jpg',1); showMenu(event)"
|
?
and the only other thing was the javascript link
Quote:
|
<script language="JavaScript1.2" src="sample_data.js"></script>
|
not being in the <head> tag. but it works on the other 1 and in I.E
So, I dunno  im not too good with JS, maybe someone else is 
|