
Line: 98
Error: '24' is null or not an object
When I choose to debug, it points to the following line in mmenudom.js:
function _drawMenu(_mnu){_mnucnt++;var _M=_m[_mnu];_top="";_left="";if(!_M[24]&&!_M[8]){_top="top:-999px";_left="left:-999px"}if(_M[2]!=null){if(!isNaN(_M[2]))_top="top:"+_M[2]+"px"}if(_M[3]!=null){if(!isNaN(_M[3]))_left="left:"+_M[3]+"px"}_mnuHeight="";if(_M[12]=="horizontal"){_M[12]=1;horiz=1;if(_M[28]){_mnuHeight="height="+_M[28]}}else{_M[12]=0;horiz=0}_visi="hidden";_mt="";_nw="";_tablewidth="";if(_M[4]){_tablewidth="width="+_M[4];if(op7&&!IEDtD)_tablewidth="width="+(_M[4]-(_M[20]*2)-(_M[5]*2))}else{_nw="nowrap"}_ofb="";if(_M[7].offbgcolor)_ofb="background:"+_M[7].offbgcolor;_brd="";if(_M[5]||_M[7].borderwidth){_brdsty="solid";if(_M[7].borderstyle)_brdsty=_M[7].borderstyle;if(_M[10])_brdsty=_M[10];_brdcol="#000000";if(_M[7].bordercolor)_brdcol=_M[7].bordercolor;if(_M[17])_brdcol=_M[17];if(_M[7].borderwidth)_brdwid=_M[7].borderwidth;if(_M[5])_brdwid=_M[5];_brd="border:"+_brdwid+"px "+_brdsty+" "+_brdcol+";"}_ns6ev="";if(_M[23]=="scroll"&&ns6&&!ns7)_ns6ev="onmousemove=\"getEVT(event,"+_mnu+")\"";_bgimg="";if(_M[18])_bgimg=";background-image:url("+_M[18]+");";_posi="absolute";if(_M[24])_posi=_M[24];if(_M[4]&&!_M[23])_posi+=";width:"+_M[4]+"px";_padd="";if(_M[20])_padd="padding:"+_M[20]+"px;";_wid="";if(_M[24]=="relative"){if(!_M[4])_wid="width:1px;";_top="";_left=""}if(mac&&_wid=="")_wid="width:1px";_cls="mmenu";if(_M[7].offclass)_cls=_M[7].offclass;_mt+="<div id=shadow"+_mnu+" style=\"position:absolute\"></div>";_mt+="<div class="+_cls+" onselectstart=\"return false\" "+_ns6ev+" onmouseover=\"clearTimeout(_MT)\" onmouseout=\"_CAMs()\" id=menu"+_mnu+" style=\""+_padd+_ofb+";"+_brd+_wid+"z-index:99;visibility:"+_visi+";position:"+_posi+";"+_top+";"+_left+_bgimg+"\">";_mt+="<table "+_mnuHeight+" "+_tablewidth+" id=tbl"+_mnu+" border=0 cellpadding=0 cellspacing=0 >";for(_b=0;_b<_M[0].length;_b++){drawItem(_b);_el++}if(mac)_mt+="<tr><td id=btm"+_mnu+"></td></tr>";_mt+="</tr></table>";_mt+="</div>";_d.write(_mt);if(_M[8]){_M[22]=gmobj("menu"+_mnu);if(ie55)drawiF(_mnu)}else{if(ie55&&_ifc<_mDepth)drawiF(_mnu);_ifc++}if(_M[29]){_M[29]=_M[29].toString();_fs=_M[29].split(",");if(!_fs[1])_fs[1]=50;if(!_fs[2])_fs[2]=2;_M[29]=_fs[0];followScroll(_mnu,_fs[1],_fs[2])}if(_mnu==_m.length-1){clearTimeout(_mst);_mst=setTimeout("_MScan()",150);_getCurPath()}}
Does anyone know how to get around this error and get the browser to recognize this milonic-written functionality?

Thanks!