_menuCloseDelay=150							
_menuOpenDelay=150							
_subOffsetTop=3		
_subOffsetLeft=-10


with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="bold";
}

with(menuStyle=new mm_style()){
onbgcolor="#ADDEF3";
oncolor="#F0037F";
offbgcolor="#EEF6F8";
offcolor="#00A0C6";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5D8E4";
separatorsize="1";
padding=4;
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
align="left";
pagecolor="#FFFFFF";
pagebgcolor="#F2ABD1";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
subimage="menu/arrow.gif";
image="";
imagepadding="2";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=93);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0)";
}

with(dixer=new menuname("Compania")){
style=menuStyle;
aI("text=Historia;url=compania01.htm;");
aI("text= Visión y Misión ;url=compania02.htm;");
aI("text=Valores;url=compania03.htm;");
aI("text=<em>hhc</em>;url=compania04.htm;");
}


with(dixer=new menuname("RRHH")){
style=menuStyle;
aI("text=Equipo;url=rrhh_equipo.htm;");
aI("text=Trabaja en EISAI;url=rrhh_trabaja.htm;");
}

with(dixer=new menuname("Grupo")){
style=menuStyle;
aI("text=Historia;url=grupo_historia.htm;");
aI("text=Eisai en el Mundo;url=grupo_mundo.htm;");
aI("text=I+D;showmenu=I+D;");
aI("text=Datos Financieros;url=grupo_datos.htm;");
}

	with(dixer=new menuname("I+D")){
	style=menuStyle;
	aI("text=Areas de Interés Preferente;url=grupo_areas.htm;");
	aI("text=Nuevas moléculas;url=grupo_moleculas.htm;");
	/*aI("text=Nuevas Indicaciones;url=productos_disc2.htm;");*/

	}

drawMenus();