_menuCloseDelay=500; _menuOpenDelay=150; _subOffsetTop=2; _subOffsetLeft=-2; var altura; //alert(is_moz); if(is_moz){ altura=138; }else{ altura=153; //-14 } with(estiloMenu=new mm_style()){ bordercolor="#76b01e"; borderstyle="solid"; borderwidth=1; fontfamily="Verdana, Tahoma, Arial"; fontsize="75%"; fontstyle="normal"; headerbgcolor="#ffffff"; headercolor="#000000"; offbgcolor="#76b01e"; offcolor="#ffffff"; onbgcolor="#4c7909"; oncolor="#FCFFD2"; padding=4; margin=6; //pagebgcolor="#82B6D7"; pagebgcolor="#76b01e"; //pagecolor="black"; pagecolor="#ffffff"; separatorcolor="#999999"; separatorsize=1; subimage="images/arrow2.gif"; subimagepadding=2; } with(pmenu=new menuname("Main Menu")){ top=altura; screenposition="center"; alwaysvisible=1; orientation="horizontal"; style=estiloMenu; aI("text=Inicio;url=/;"); aI("text=El proyecto;url=pagina.asp?p=9;"); aI("text=Valor añadido;url=pagina.asp?p=12;"); aI("showmenu=Mediterráneo;text=Mediterraneo;"); aI("text=Estados Unidos;url=pagina.asp?p=7;"); aI("text=Noticias;url=/news.asp;"); aI("text=Enlaces;url=pagina.asp?p=11;"); aI("text=Contacto;url=contacto.asp;"); } with(pmenu=new menuname("Inicio")){ style=estiloMenu; } with(pmenu=new menuname("El proyecto")){ style=estiloMenu; } with(pmenu=new menuname("Valor añadido")){ style=estiloMenu; } with(pmenu=new menuname("Mediterráneo")){ style=estiloMenu; aI("text=Mediterráneo;url=pagina.asp?p=6;"); aI("text=Marruecos;url=pagina.asp?p=1;"); aI("text=Argelia;url=pagina.asp?p=2;"); aI("text=Egipto;url=pagina.asp?p=3;"); aI("text=Jordania;url=pagina.asp?p=4;"); aI("text=Libia;url=pagina.asp?p=5;"); aI("text=Siria;url=pagina.asp?p=13;"); } with(pmenu=new menuname("Estados Unidos")){ style=estiloMenu; } with(pmenu=new menuname("Noticias")){ style=estiloMenu; } with(pmenu=new menuname("Enlaces")){ style=estiloMenu; } with(pmenu=new menuname("Contacto")){ style=estiloMenu; } drawMenus();