   // *************************************************************************************************************************
   //   Elementos que cambian en cada site
   // ************************************************************************************************************************* 
   
   raiz = "/area/ebtn/";
   mantenidaPor = "Estaci&oacute;n Biol&oacute;gica Terra Natura (EBTN)";
   mailMantenim = "vicente.urios@ua.es";
   prePieComun  = "";
   infoCabecera = "Estaci&oacute;n Biol&oacute;gica Terra Natura (EBTN)";
   imgsCabecera = new Array("cabecera_a.gif", "cabecera_b.gif", "cabecera_c.gif");

   // Menu principal  
   listaItems = [ 
      new menuItem("image1"  , 161, 19, "index.html"                , "Presentaci&oacute;n" , null) ,
      new menuItem("image2"  , 161, 19, "objetivos.html"            , "Objetivos"           , null) ,	  
      new menuItem("image3"  , 161, 19, "lineas_investigacion.html" , "L&iacute;neas de investigaci&oacute;n" , null) ,
      new menuItem("image4"  , 161, 19, "proyectos/index.html"      , "Proyectos"           , null) ,
      new menuItem("image5"  , 161, 19, "fichas/index.html"         , "Fichas"              , null) ,
      new menuItem("image6"  , 161, 19, "publicaciones.html"        , "Publicaciones"       , null) ,
//      new menuItem("image7"  , 161, 19, "articulos/index.html"      , "Art&iacute;culos"    , null) ,
      new menuItem("image8"  , 161, 19, "galeria_fotos/index.html"  , "Galer&iacute;a de fotos"   , null) ,
      new menuItem("image9"  , 161, 19, "enlaces.html"              , "Enlaces de inter&eacute;s" , null)
   ];

   // Lista de imagenes
	listaImagenes = [ 
	  new imagenItem("logo_fundacion_terra_natura", "http://www.terranatura.com", "Fundación Terra Natura", null) ,
  	  new imagenItem("logo_cibio", "http://carn.ua.es/cibio.html", "Instituto Universitario de Investigación de Biodiversidad", null) 
	];

   // *************************************************************************************************************************
   // Fin de los elementos particulares 
   // *************************************************************************************************************************
		

