_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="#CC0000";
offbgcolor="#c0c0c0";
oncolor="#FFFFFF";
offcolor="#CC0000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="14px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Arial Narrow";
itemwidth="100";
itemheight="25";
align="Left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("4")){
style=menuStyle;
aI("text=Dominios;url=Domino.asp;status=Dominios;");
aI("text=Hospedaje;url=Hospedaje.asp;status=Hospedaje;");
aI("text=Desarrollos;url=Desarrollos.asp;status=Desarrollos;");
aI("text=Optimizacion;url=Optimizacion.asp;status=Optimizacion;");
}

drawMenus();


