sometimes its necessary to hide javascript code from older browsers so hide the javascript code you can use the HTML comments tags.


<SCRIPT language="javascript" type="text/javascript">
<!--
javascript code here
//-->
</SCRIPT>


as you can see from the code above:

<!-- tell the browser to start hiding

//--> tells the browser to stop hiding the javascript code