fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(XPMainStyle=new mm_style()){
styleid=1;
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#ECE9D8";
offcolor="#000000";
onbgcolor="#C1D2EE";
onborder="1px solid #316AC5";
oncolor="#000000";
padding=3;
rawcss="padding-left:5px;padding-right:5px";
}

with(XPMenuStyle=new mm_style()){
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
imagepadding=3;
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#C1d2ee";
onborder="1px solid #316AC5";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#999999, Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#C5C2B8";
separatorpadding=1;
separatorwidth="80%";
subimagepadding=3;
menubgcolor="#ffffff";
subimage="./imagenes/arrow.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=237;
margin=2;
orientation="horizontal";
style=XPMainStyle;
top=75;
aI("text=Home;url=./index.html;");
aI("showmenu=Bambi;text=Bambi;");
aI("showmenu=Fuldamobil;text=Fuldamobil;");
aI("showmenu=Restauracion;text=Restauracion;");
aI("text=Fotografias;url=./fototr.html;")
aI("text=Links;url=./links.html;")
aI("text=Mapa del Sitio;url=./mapsit.html;")
aI("text=Acerca de;url=./acercade.html;")
}

with(milonic=new menuname("Bambi")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Historia;url=./histor.html;")
aI("showmenu=Manual;text=Manual de Usuario;");
aI("text=Colores;url=./colores.html;")
aI("text=Publicaciones;url=./public.html;")
aI("text=Fotografias;url=./fotbam.html;")

}

with(milonic=new menuname("Manual")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Descrip. e Informacion tecnica;url=./inftec.html;")
aI("text=Instrumental y Controles;url=./inscon.html;")
aI("text=Instrucciones de Manejo;url=./insman.html;")
aI("text=Cuidado y Mantenimiento;url=./cuiman.html;")
aI("text=Lubricacion y Servicios;url=./lubser.html;")
aI("text=Localizacion de Fallas;url=./locfal.html;")
aI("text=Circuito Electrico;url=./cirele.html;")
}

with(milonic=new menuname("Fuldamobil")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Publicaciones;url=./publicf.html;")
aI("text=Fotografias;url=./fotful.html;")
}

with(milonic=new menuname("Restauracion")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Lo que era antes;url=./antes.html;")
aI("text=El Motor;url=./motor.html;")
aI("text=El Chasis;url=./chasis.html;")
aI("text=Varios;url=./varios.html;")
}


drawMenus();


