Basically yes but, the MM_swapImage() and MM_swapImgRestore() functions might not be the best way to do it. They could be used for one set of swap/restore but, due to their limitation (can only restore one previously swapped image at a time), other functions would need to be written (or found somewhere) for the other. If you were using a more versatile swap/restore code, it could be used for both operations. The basic idea is:
HTML Code:
<a onmouseover="MM_swapImage('Avantages','','../images/fr submenu avantages2.jpg',1);other_swap();" onmouseout="MM_swapImgRestore();other_restore();" href="avantage.html"><img src="../images/fr submenu avantages.jpg" border="0" width="167" height="24" name="Avantages"/></a>
Dissolving Image Rollver is versatile enough to accomplish this with or without MM_swapImage() and MM_swapImgRestore().
Bookmarks