_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(molher=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
overflow="scroll";
style=menuStyle;
top=132;
aI("text=Home;url=index.html;");
aI("showmenu=menuProductos;text=Products;url=productos.htm;");
aI("showmenu=menuDescarga;text=Download Software;");
aI("showmenu=menuComprar;text=Sales;");
aI("text=Support;url=soporte.htm");
aI("text=Contact;url=Contacto.htm");
aI("text=Molher Newsletter;url=boletin.htm");
aI("text=About Molher;url=molher.htm");
}


with(molher=new menuname("menuProductos")){
overflow="scroll";
style=menuStyle;
aI("text=Cooper and Fiber Testing;url=productosParesFibra.htm;")
aI("text=xDSL Interoperability;url=productosXdsl.htm;")
//aI("text=Fiber Optics Laboratory;url=productosLabFO.htm;")
aI("text=LAN - WAN;url=productosLanWan.htm;")
aI("text=Components Testing;url=productosTestComponentes.htm;")

}

with(molher=new menuname("menuDescarga")){
style=menuStyle;
aI("text=CableLab 114se / xDSL 128;url=soft_cab_ini.htm;");
aI("text=Sistema Scorpio;url=soft_scorpio_ini.htm");
aI("text=Géminis;url=soft_gem_ini.htm;");
}

with(molher=new menuname("menuComprar")){
style=menuStyle;
aI("text=Quotation Request;url=Oferta.htm;");
aI("text=Distributors of MOLHER products;url=Distribuidores.htm;");
aI("text=Companies represented;url=Representadas.htm");
}

drawMenus();

