To begin with:
FP_swapImg();
isn't defined anywhere on the page or in any script linked to it. Other than that, the thing floats and the menus drop down. You will get no image swaps without the code for them. You will also need all of the images named on your page, only a handful of them were in your .zip file. The whole FP_swapImg(); thing could be replaced with:
HTML Code:
<img border="0" id="img1" src="button9E.jpg" height="33" width="100" alt="Button Text" onmouseover="this.src='button9F.jpg'" onmouseout="this.src='button9E.jpg'" onmousedown="this.src='buttonA0.jpg'" onmouseup="this.src='button9F.jpg'">
If all you want is simple image swapping.
Bookmarks