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=0;
_subOffsetLeft=0;

with(MenuEstilo=new mm_style()){
//bgimage="clxp_back.gif";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
image="/transparent.gif";
imagepadding=0;
offcolor="#ffacac";
oncolor="#d48081";
offbgcolor="#d32e12";
onbgcolor="#d32e12";
onsubimage="/flechita_on.gif";
outfilter="fade(duration=0.5)";
//overbgimage="clxp_back_on.gif";
overfilter="Fade(duration=0.2);";
padding=0;
subimage="/flechita_off.gif";
subimagepadding=2;
//menubgcolor="#ffffff";
//para que se quede marcado el menu
//pagebgcolor="#c3e1fe";
pagecolor="#FFFFFF";
//pageimage="clxp_blackarrow.gif";
//pagebgimage="clxp_back_on.gif";
}


with(subMenuEstilo=new mm_style()){
//bgimage="clxp_back.gif";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
fontsize="11px";
align="left";
fontstyle="normal";
fontweight="normal";
image="/transparent_peq.gif";
imagepadding=0;
offcolor="#ffacac";
oncolor="#d48081";
offbgcolor="#d32e12";
onbgcolor="#d32e12";
onsubimage="/flechita_on.gif";
outfilter="fade(duration=0.5)";
//overbgimage="clxp_back_on.gif";
overfilter="Fade(duration=0.2);";
padding=3;
subimage="/flechita_off.gif";
subimagepadding=2;
//menubgcolor="#ffffff";
//para que se quede marcado el menu
//pagebgcolor="#f9e8ba";
pagecolor="#FFFFFF";
separatorcolor="#d48081";
separatorsize=1;
//pageimage="clxp_blackarrow.gif";
//pagebgimage="clxp_back_on.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=5;
orientation="horizontal";
position="relative";
style=MenuEstilo;
//top=180;
aI("image=;text=Inicio;url=/index.php;");
aI("text=Qué es AJER;url=/que_es_ajer.php;");
aI("showmenu=QuienesSomos;text=Quienes somos;");
aI("text=Contacto;url=/contacto.php;");
aI("text=Localización;url=/localizacion.php;");
aI("image=/separador.gif;url=;");
aI("image=;showmenu=Servicios;text=Servicios;");
aI("text=Hazte socio;url=/hazte_socio.php;");
aI("showmenu=CreaEmpresa;text=Crea tu empresa;");
aI("text=Material;url=/material.php;");
//aI("image=clxp_hand.gif;showmenu=Partners;text=Qué hacemos en Ecoparque;");

}

with(milonic=new menuname("QuienesSomos")){
style=subMenuEstilo;
top="offset=1";
left="offset=30";
aI("text=Dirección;url=/quienes_somos_direccion.php;");
aI("text=Organigrama&nbsp;&nbsp;&nbsp;;url=/quienes_somos_organigrama.php;");
}

with(milonic=new menuname("Servicios")){
style=subMenuEstilo;
top="offset=1";
left="offset=-10";
aI("text=Para socios;url=/servicios_socios.php;");
aI("text=Para no socios&nbsp;&nbsp;&nbsp;;url=/servicios_no_socios.php;");
}

with(milonic=new menuname("CreaEmpresa")){
style=subMenuEstilo;
top="offset=1";
left="offset=30";
aI("text=Punto de apoyo&nbsp;&nbsp;&nbsp;;url=/crea_tu_empresa_punto_apoyo.php;");
aI("text=Ayudas;url=/crea_tu_empresa_ayudas.php;");
}




drawMenus();

