_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
image="images/dots9.gif";
offbgcolor="Transparent";
offcolor="#005A72";
onbgcolor="#3495AB";
oncolor="#ffffff";
padding="8";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="213";
}

with(submenuStyle=new mm_style()){
bordercolor="#005A72";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#005A72";
offcolor="#ffffff";
onbgcolor="#3495AB";
oncolor="#ffffff";
padding="4";
separatorcolor="#005A72";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=index.html;");
aI("showmenu=Productos y serviciosPlataformas y servidoresLEFT_MENU;text=Productos y servicios;target=;url=Productos-y-servicios.html;");
aI("showmenu=TecnologiasHardware y servidoresLEFT_MENU;text=Tecnologias;target=;url=Tecnologias.html;");
aI("text=Contacto;target=;url=Contacto.php;");
aI("text=Soporte;target=;url=Soporte.php;");
}

with(milonic=new menuname("Productos y serviciosPlataformas y servidoresLEFT_MENU")){
style=submenuStyle;
aI("text=Plataformas y servidores;target=;url=Plataformas-y-servidores.html;");
aI("text=Comunicaciones y redes;target=;url=Comunicaciones-y-redes.html;");
aI("text=Aplicaciones y software;target=;url=Aplicaciones-y-software.html;");
aI("text=Seguridad Informatica;target=;url=Seguridad-Informatica.html;");
aI("text=Telemetria;target=;url=Telemetria.html;");
}

with(milonic=new menuname("TecnologiasHardware y servidoresLEFT_MENU")){
style=submenuStyle;
aI("text=Hardware y servidores;target=;url=Hardware-y-servidores.html;");
aI("text=Tecnologías de comunicaciones;target=;url=Tecnologias-de-comunicaciones.html;");
aI("text=Tecnología para aplicaciones;target=;url=Tecnologia-para-aplicaciones.html;");
aI("text=Modelo de seguridad informatica;target=;url=Modelo-de-seguridad-informatica.html;");
aI("text=Tecnologías para telemetría;target=;url=Tecnologías-para-telemetria.html;");
}


 drawMenus();

