Now that I have uploaded my asp pages to my server, I am receiving 2 run time
errors and I am not sure what they mean. The first one I get is
Line 22
Error: 'menu' is undefined

next one is: Line 87
Error: Object expected

I get these on all of my pages and I am not sure how to fix. Below is code
for both.

Lines 21 - 23

function mmLoadMenus() {
if (window.mm_menu_0302142537_0) return;
window.mm_menu_0302142537_0 = new Menu("root",270,16,"Verdana, Arial,
Helvetica,
sans-serif",10,"#FFFFFF","#FFFFFF","#000000","#0000CC", "left","middle",3,0,200,-
5,7,true,false,true,0,true,true);

Lines 87-90

<tr>
<td width="172" height="286" valign="top"><a href="index.htm"><img
src="assets/templateinterface_nopic_02.gif" alt="Home" name="home" width="169"
height="59" border="0" id="home" /></a><img
src="assets/templateinterface_nopic_04.gif" alt="Apply Online"
name="applyonline" width="169" height="24" id="applyonline"
onmouseover="MM_showMenu(window.mm_menu_0302142537 _0,0,24,null,'applyonline')"
onmouseout="MM_startTimeout();" /><a href="faqs.asp"><img
src="assets/templateinterface_nopic_05.gif" alt="FAQS" name="faqs" width="169"
height="22" border="0" id="faqs" /></a><a href="partners.asp"><img
src="assets/templateinterface_nopic_06.gif" alt="Partners" name="partners"
width="169" height="20" border="0" id="partners" /></a><img
src="assets/templateinterface_nopic_07.gif" alt="About Us" name="aboutus"
width="169" height="22" id="aboutus"
onmouseover="MM_showMenu(window.mm_menu_0302154616 _0,0,22,null,'aboutus')"
onmouseout="MM_startTimeout();" /><img
src="assets/templateinterface_nopic_08.gif" width="169" height="139" /></td>
<td width="628">&nbsp;</td>
</tr>

Thanks!