_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
offbgcolor="#333366";
oncolor="#0000FF";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Regular";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="115";
itemheight="25";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("1")){
style=menuStyle;
aI("text=Test Menu;url=contacto.asp;showmenu=79;status=Test Menu;");
}

with(sat=new menuname("79")){
style=menuStyle;
aI("text=Test Sub Menu;url=contacto.asp;status=Test Sub Menu;");
}

drawMenus();

