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(menuStyle=new mm_style()){
fontfamily="Times New Roman, Tahoma, Arial";
fontsize="150%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d1bb92";
offcolor="#800000";
onbgcolor="#800000";
oncolor="#d1bb92";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
subimage="arrow.gif";
subimagepadding=8;
onsubimage="";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=100;
orientation="horizontal";
style=menuStyle;
top=75;


aI("showmenu=CV;text=Hoja de Vida;");
aI("showmenu=investigacion;text=Investigación;");
aI("showmenu=actualidad;text=Actualidad;");
aI("showmenu=contactos;text=Contactos;");
aI("showmenu=enlaces;text=Enlaces;");
}

with(milonic=new menuname("CV")){
overflow="scroll";
style=menuStyle;
aI("text=CV;url=http://www.hermestovar.net/cv/CV.html;image=bullet.gif;");
aI("text=Entrevistas;url=http://www.hermestovar.net/cv/entrevistas.html;image=bullet.gif;");
aI("showmenu=autor;text=Sobre el Autor;image=bullet.gif;");
}

with(milonic=new menuname("autor")){
style=menuStyle;
aI("text=Notas Sobre el Autor;url=http://www.hermestovar.net/cv/autor.html;image=bullet.gif;");
aI("text=La Familia;url=http://hermestovar.net/familia/familia.html;image=bullet.gif;");
}


with(milonic=new menuname("investigacion")){
style=menuStyle;
aI("text=Libros;url=http://www.hermestovar.net/libros/libros.html;image=bullet.gif;");
aI("text=Documentos de Trabajo;url=http://www.hermestovar.net/libros/documentos.html;image=bullet.gif;");
aI("text=Artículos Recientes;url=http://www.hermestovar.net/presentacion/presentaciones.html;image=bullet.gif;");
aI("text=Proyectos de Investigación;url=http://www.hermestovar.net/proyectos/proyectos.html;image=bullet.gif;");

}

with(milonic=new menuname("actualidad")){
style=menuStyle;
aI("text=Opinión;url=http://www.hermestovar.net/actualidad/opinion.html;image=bullet.gif;");
aI("text=Reseñas;url=http://www.hermestovar.net/actualidad/resenas.html;image=bullet.gif;");
aI("text=Noticias;url=http://www.hermestovar.net/actualidad/noticias.html;image=bullet.gif;");
}

with(milonic=new menuname("contactos")){
style=menuStyle;
aI("text=Email;url=mailto:hermes@hermestovar.net;image=bullet.gif");
aI("text=Libro de Visitas;url=http://www.hermestovar.net/contacto/contacto.html;image=bullet.gif");

}

with(milonic=new menuname("enlaces")){
style=menuStyle;
aI("text=Archivos;url=http://www.hermestovar.net/enlaces/archivos.html;image=bullet.gif;");
aI("text=Historiadores;url=http://www.hermestovar.net/enlaces/historia.html;image=bullet.gif;");
aI("text=Otros Investigadores;url=http://www.hermestovar.net/enlaces/investigadores.html;image=bullet.gif;");
aI("text=Otras Instituciones;url=http://www.hermestovar.net/enlaces/instituciones.html;image=bullet.gif;");
}

with(milonic=new menuname("MyMilonic")){
style=menuStyle;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();

