Hi,
Can somebody help me out. I got this code from CNET about mouseover and mouseout but when I tried to put in my webpage it doesn't work?
Is there any restriction to the call of mouseover and mouseout function?

<SCRIPT language="vbscript">
Sub Link1_OnMouseOver()
Link1.style.color = "red"
End Sub
Sub Link1_OnMouseOut()
Link1.style.color = "blue"
End Sub
</SCRIPT>

<a href="" id="Link1">