Glow Buttons

 

<A HREF="mouseover.htm"
onMouseOver="
if (document.images) {
      document.GlowBtn.src='images/pushOn.gif';
};
status='Glow Button Example'; return true;"
onMouseOut="
if (document.images) {
     document.GlowBtn.src='images/pushOff.gif';
};
status=''"
>
<IMG SRC="images/pushOff.gif" NAME="GlowBtn">
</A>

<A HREF="mouseover.htm"
onMouseOver="
if (document.images) {
     document.GlowBtn1.src='images/push2On.gif';
     document.GlowBtn.src='images/pushOn.gif';
};
status='Another example of a Glow Button'; return true;"
onMouseOut="
if (document.images) {
     document.GlowBtn1.src='images/push2Off.gif';
     document.GlowBtn.src='images/pushOff.gif';
};
status=''"
>
<IMG SRC="images/push1off.gif" NAME="GlowBtn0">
</A>

<A HREF="mouseover.htm"
onMouseOver="
if (document.images) {
     document.GlowBtn1.src='images/push2On.gif';
     document.GlowBtn.src='images/pushOn.gif';
};
status='Another example of a Glow Button'; return true;"
onMouseOut="
if (document.images) {
     document.GlowBtn1.src='images/push2Off.gif';
     document.GlowBtn.src='images/pushOff.gif';
};
status=''"
>
<IMG SRC="images/push2Off.gif" NAME="GlowBtn1">
</A>