Glow Buttons

 

<A HREF="glowbut1.htm"
onMouseOver="
if (document.images) {
      document.PushBut.src = 'images/pushon.gif';
      document.PushBut.src = 'images/pushon.gif';
};
status='Glow Button Example'; return true;"
onMouseOut="
if (document.images) {
     document.PushBut.src = 'images/pushoff.gif';
};
status=""
>
<IMG SRC="images/pushoff.gif" NAME="PushBut" BORDER="0">
</A>

<A HREF="glowbut1.htm"
onMouseOver="
if (document.images) {
     document.PushBut1.src = 'images/push2on.gif';
     document.PushBut.src = 'images/pushon.gif';
};
status='Another example of a Glow Button'; return true;"
onMouseOut="
if (document.images) {
     document.PushBut1.src = 'images/push2off.gif';
     document.PushBut.src = 'images/pushoff.gif';
};
status=""
>
<IMG SRC="images/push1off.gif" NAME="PushBut0" BORDER="0">
</A>

<A HREF="glowbut1.htm"
onMouseOver="
if (document.images) {
     document.PushBut1.src = 'images/push2on.gif';
     document.PushBut.src = 'images/pushon.gif';
};
status='Another example of a Glow Button'; return true;"
onMouseOut="
if (document.images) {
     document.PushBut1.src = 'images/push2off.gif';
     document.PushBut.src = 'images/pushoff.gif';
};
status=""
>
<IMG SRC="images/push2off.gif" NAME="PushBut1" BORDER="0">
</A>