Hi Michael,
Html should be like following
<html><head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function doButtons(name,pic) {document[name].src=pic;}
//End -->
</SCRIPT>
<SCRIPT language=JavaScript1.2 src="menu_script.
js" type=text/javascript></SCRIPT>
<link rel="stylesheet" href="mas.css">
</head>
<body topmargin="0" leftmargin="0" background="design/page_back.jpg">
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="160" id="AutoNumber1" cellspacing="1">
<tr><td><a href="whatarewe.htm">
<img name=m1 border="0" src="design/whatrwe1.jpg" width="134" height="22"></a></td></tr>
<tr><td><a href="whyus.htm"
onMouseOver="style.cursor='hand'; doButtons('m2','design/whyus2.jpg');"
onMouseOut="doButtons('m2','design/whyus1.jpg'); onClick="location.href='whyus.htm';">
<img name=m2 border="0" src="design/whyus1" width="134" height="22"></a></td></tr>
<tr><td><a href="knowser.htm"
onMouseOver="style.cursor='hand'; doButtons('m3','design/knowser2.jpg');showLayer('Knowledge'); "
onMouseOut="doButtons('m3','design/knowser1.jpg'); hideLayer('Knowledge'); " onClick="location.href='knowser.htm';">
<img name=m3 border="0" src="design/knowser1.jpg" width="134" height="22"></a></td></tr>
</table>
</body>
</html>
Swapnil.