_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
align="right";
onbgcolor="#f1f2f1";
oncolor="#89AB0C";
offbgcolor="#f1f2f1";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
headercolor="#000000";
headerbgcolor="#f1f2f1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyleSub=new mm_style()){
onbgcolor="#89AB0C";
oncolor="#ffffff";
offbgcolor="#A6AFA6";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#89AB0C";
headercolor="#000000";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}

with(milonic=new menuname("productos")){
style=menuStyleSub;
overflow="scroll";
aI("text=Proyectores;url=proyect.htm;");
aI("text=Retroproyectores;url=retro.htm;");
aI("text=Telones;url=telon.htm;");
aI("text=Audio;showmenu=audio;");
aI("text=Pantallas;url=pantalla.htm;");
aI("text=Pizarras;url=pizarras.htm;");
aI("text=Impresoras;url=impresora.htm;");
aI("text=Videos;url=video.htm;");
aI("text=Otros;url=otros.htm;");
}

with(milonic=new menuname("empresa")){
style=menuStyleSub;
aI("text=Quienes Somos;url=index1.htm;");
aI("text=Historia;url=history.htm;");
aI("text=Perfil;url=perfil.htm;");
aI("text=Clientes;url=clientes.htm;");
aI("text=Marcas Distribuidas;url=marcas.htm;");
}

with(milonic=new menuname("audio")){
style=menuStyleSub;
aI("text=Amplificadores;url=amplif.htm;");
aI("text=Microfonos;url=microf.htm;");
aI("text=Parlantes;url=paralantes.htm;");
}

drawMenus();

