   // *************************************************************************************************************************
   //   Elementos que cambian en cada site
   // ************************************************************************************************************************* 

   raiz = "/en/servicios/si/";
   mantenidaPor = "Computing Service";
   mailMantenim = "wwwadm@ua.es";
   prePieComun  = "";
   infoCabecera = "Computing Service";
   imgsCabecera = new Array("cab1.gif", "cab2.gif", "cab3.gif");
	 
   // Menu principal  
   listaItems = [ 
      new menuItem("image1"    , 161, 19, "presentacion/index.html"        , "Presentation"                           	, null) ,
      new menuItem("image2"    , 161, 19, "secretaria/index.html"          , "Secretary's Office"                             , null) ,	  
      new menuItem("image3"    , 161, 19, ""           			   , "Services"                               	, null) ,
      new menuItem("image3-11"  , 161, 19, "servicios/aulas/index.html"        , "Computing Rooms"   , null) ,
      new menuItem("image3-1"  , 161, 32, "/es/servicios/si/ite/index.html"        , "OnLine Campus & Support to Education"   	, null) ,
      new menuItem("image3-2"  , 161, 19, "servicios/correo/index.html"    , "Electronic mail"                        	, null) ,
      new menuItem("image3-3"  , 161, 32, "servicios/soporte/index.html"   , "Support & Technical Assistance"          	, null) ,
      new menuItem("image3-4"  , 161, 32, "servicios/red/index.html"       , "Networks & Comunications"                   , null) ,
      new menuItem("image3-5"  , 161, 19, "servicios/programas/index.html" , "Software"                   		, null) ,
      new menuItem("image3-6"  , 161, 19, "servicios/internet/index.html"  , "Internet"                               	, null) ,
      new menuItem("image3-7"  , 161, 19, "servicios/web/index.html"       , "Corporate Website"                        , null) ,
      new menuItem("image3-8"  , 161, 19, "servicios/seguridad/index.html" , "Security measures"                   	, null) ,
      new menuItem("image3-9"  , 161, 32, "servicios/bdb/index.html"       , "Access to Bibliographical Databases" 	, null) ,
      new menuItem("image3-10" , 161, 32, "servicios/reciclaje/index.html" , "Computer Recycling Service"  		, null) ,
      new menuItem("image4"    , 161, 19, "documentacion/index.html"       , "Documentation"                          	, null) ,
      new menuItem("image5"    , 161, 19, "normativa/index.html"           , "Regulations"                              , null) ,
      new menuItem("image6"    , 161, 19, "enlaces/index.html"             , "Links of interest"                     	, null) ,
      new menuItem("image7"    , 161, 19, "rediris/index.html"             , "RedIRIS news"                     	, null) ,
      new menuItem("image8"    , 161, 19, "contacte/index.html"            , "Contact us"                  		, null) ];

   // Lista de imagenes
   listaImagenes = [ 
      new imagenItem("asistencia_tecnica"  , 	"/es/servicios/si/asistencia-tecnica/cau.html"  	, "Help & Technical Assistance"),
      new imagenItem("blog_si"  , 	"http://blogs.ua.es/si/"  	, "Blog Computing Service")];

   // *************************************************************************************************************************
   // Fin de los elementos particulares 
   // *************************************************************************************************************************
				 

