_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=7;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#c3c3c3";
oncolor="#FFFF00";
offbgcolor="#969696";
offcolor="#407070";
bordercolor="#336666";
borderstyle="solid";
borderwidth=0;
separatorcolor="#336666";
separatorsize="1";
padding=7;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
itemwidth="100";
itemheight="";
align="center";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("1")){
style=menuStyle;
aI("text=test1;url=test1.asp;status=test1;showmenu=122;");
aI("text=test2;url=test2.asp;status=test2;");
aI("text=test3;url=test3.asp;status=test3;");
aI("text=test4;url=test4.asp;status=test4;");
}

with(sat=new menuname("2")){
style=menuStyle;
aI("text=ns;url=ns.asp;status=ns;");
}

with(sat=new menuname("58")){
style=menuStyle;
aI("text=ts;url=ts.asp;status=ts;");
}

with(sat=new menuname("61")){
style=menuStyle;
aI("text=mp;url=mp.asp;status=mp;");
}

with(sat=new menuname("122")){
style=menuStyle;
aI("text=Test 123;url=123.asp;status=Test 123;");
}

drawMenus();


