Forum Moderators: not2easy
a sample button code is as follows:
<a onmouseover="changeImages( /*CMP*/'bttn_cont',/*URL*/'../dina_media/bttncont2_S.gif');return true" onmouseout="changeImages( /*CMP*/'bttn_cont',/*URL*/'../dina_media/bttncont1_S.gif');return true" href="cont_hm_S.html" class="pic" target="dina_page"><img class="pic" src="../dina_media/bttncont1_S.gif" alt="Contacto" name="bttn_cont" height="26" width="64" border="0"></a>
I suggest not keeping it as the mouseover. It will get confusing if I see mousovers and the page im on look the same. It will make new users think your JS is broken.
the button code at the moment with mouseout/over/down/up:
<a onmousedown="changeImages( /*CMP*/'bttncon1',/*URL*/'../dina_media/bttncont3_S.gif');return true" onmouseup="changeImages( /*CMP*/'bttncon1',/*URL*/'../dina_media/bttncont2_S.gif');return true" onmouseover="changeImages( /*CMP*/'bttncon1',/*URL*/'../dina_media/bttncont2_S.gif');return true" onmouseout="changeImages( /*CMP*/'bttncon1',/*URL*/'../dina_media/bttncont1_S.gif');return true" href="cont_hm_S.html" class="pic" target="dina_page"><img class="pic" src="../dina_media/bttncont1_S.gif" alt="Contacto" name="bttncon1" height="26" width="64" border="0"></a>