<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */ function
MakeCursor(Id)
{ var
isNS =((navigator.appName=="Netscape")&&(parseInt(navigator.appVersion)>=4)); var
obj=document.getElementById(Id).style; if(isNS) {
obj.cursor='default'; } else {
obj.cursor='hand'; }
} </script>