var coloresSec = new Array('#34777E','#89B7BC','#CBDDDF', '#7F7F7F', '#EDF2F3');
var estilosSec = '10';
var colorOscuro = "#275B61"

var bloqueActual = new Array(4,'EL AGUA, UN BIEN A CUIDAR','e','n','','')
var bloquesSec = new Array();
bloquesSec[4]='es|eu|';
bloquesSec[5]='es|eu|';
bloquesSec[6]='es|eu|';
bloquesSec[7]='es|eu|';

seccion = 'EL AGUA, UN BIEN A CUIDAR';

var categorias = new Array();
var bloques = new Array();
categorias[0] = new Array(1,'Ciclo del agua','cicloAgua-swf.shtml');
categorias[1] = new Array(2,'Ahorra jugando','ahorra.shtml');
categorias[2] = new Array(3,'Plan acci&oacute;n ambiental','planAmbiental.shtml');

var subCategorias3 = new Array();
subCategorias3[0] = new Array(4,'Introducción','planAmbiental.shtml');
subCategorias3[1] = new Array(5,'Objetivos','planAmbiental-objetivos1.shtml');
subCategorias3[2] = new Array(6,'Planes de acci&oacute;n','planAmbiental-planes01.shtml');
subCategorias3[3] = new Array(7,'Indicadores','planAmbiental-indicadores.shtml');

var padres=new Array()

// Fecha 
	days = new Array(7)
	days[1] = "Domingo";
	days[2] = "Lunes";
	days[3] = "Martes"; 
	days[4] = "Miércoles";
	days[5] = "Jueves";
	days[6] = "Viernes";
	days[7] = "Sábado";
	months = new Array(12)
	months[1] = "enero";
	months[2] = "febrero";
	months[3] = "marzo";
	months[4] = "abril";
	months[5] = "mayo";
	months[6] = "junio";
	months[7] = "julio";
	months[8] = "agosto";
	months[9] = "septiembre";
	months[10] = "octubre"; 
	months[11] = "noviembre";
	months[12] = "diciembre";
	today = new Date(); 
	day = days[today.getDay() + 1]
	month = months[today.getMonth() + 1]
	date = today.getDate()
	year=today.getYear(); 
	if (year < 2000)
	year = year + 1900;			
	// -- end hiding  