// JavaScript Document
function showcontenido(name){
	if (name=="inicio"){
		document.getElementById('contenido1').src="content_inicio.html";
		document.getElementById('contenido1').style.height="750px";
	}
	if (name=="contenido1"){
		document.getElementById('contenido1').src="quienessomos.html";
		document.getElementById('contenido1').style.height="980px";
	}
	if (name=="contenido2"){
		document.getElementById('contenido1').style.height="950px";
		document.getElementById('contenido1').src="historia.html";
	}
	if (name=="contenido3"){
		document.getElementById('contenido1').style.height="950px";
		document.getElementById('contenido1').src="mision_vision.html";
	}
	if (name=="contenido8"){
		document.getElementById('contenido1').style.height="800px";
		document.getElementById('contenido1').src="contacto.html";
	}	
	if (name=="contenido9"){
		document.getElementById('contenido1').style.height="970px";
		document.getElementById('contenido1').src="vivienda_emerg.html";
	}	
	if (name=="contenido10"){
		document.getElementById('contenido1').style.height="2000px";
		document.getElementById('contenido1').src="hab_social.html";
	}
	if (name=="contenido15"){
		document.getElementById('contenido1').style.height="2000px";
		document.getElementById('contenido1').src="boletin_2010_b";
	}
	if (name=="contenido22"){
		document.getElementById('contenido1').style.height="2400px";
		document.getElementById('contenido1').src="volunConstruccion.html" ;
	}
	if (name=="contenido19"){
		document.getElementById('contenido1').style.height="1000px";
		document.getElementById('contenido1').src="Videos.html" ;
	}
	if (name=="contenido5"){
		document.getElementById('contenido1').style.height="1240px";
		document.getElementById('contenido1').src="Actividades.html" ;
	}
	if (name=="contenido4"){
		document.getElementById('contenido1').style.height="920px";
		document.getElementById('contenido1').src="donaciones.html" ;
	}
	if (name=="contenido21"){
		document.getElementById('contenido1').style.height="1750px";
		document.getElementById('contenido1').src="como_empresa.html" ;
	}
	if (name=="contenido7"){
		document.getElementById('contenido1').style.height="3100px";
		document.getElementById('contenido1').src="faq.html" ;
	}
	if (name=="contenido6"){
		document.getElementById('contenido1').style.height="1780px";
		document.getElementById('contenido1').src="aliados.html" ;
	}
		if (name=="contenido20"){
		document.getElementById('contenido1').style.height="1780px";
		document.getElementById('contenido1').src="descargables.html" ;
	}
		if (name=="contenido23"){
		document.getElementById('contenido1').style.height="1780px";
		document.getElementById('contenido1').src="calendario_febrero_2010.html" ;
	}
		if (name=="contenido24"){
		document.getElementById('contenido1').style.height="2780px";
		document.getElementById('contenido1').src="boletin_anual_2009.html" ;
	}
			if (name=="contenido25"){
		document.getElementById('contenido1').style.height="2780px";
		document.getElementById('contenido1').src="noticias.html" ;
	}
		if (name=="contenido26"){
		document.getElementById('contenido1').style.height="1300px";
		document.getElementById('contenido1').src="colecta2010.html" ;
	}
			if (name=="contenido27"){
		document.getElementById('contenido1').style.height="1300px";
		document.getElementById('contenido1').src="nochesintecho.html" ;
	}
	
				if (name=="contenido28"){
		document.getElementById('contenido1').style.height="1300px";
		document.getElementById('contenido1').src="construccion-monterrey.html" ;
	}

}

function showmenu(name){
	document.getElementById('quienessomos').style.display="none";
	document.getElementById('quehacemos').style.display="none";
	document.getElementById('dondetrabajamos').style.display="none";
	document.getElementById('participa').style.display="none";
	document.getElementById('fotos').style.display="none";
	document.getElementById('prensa').style.display="none";
	if (name!=""){
		document.getElementById(name).style.display="";
	}
		document.getElementById('somos').style.backgroundColor="#0099FF";
		document.getElementById('hacemos').style.backgroundColor="#0099FF";
		document.getElementById('trabajamos').style.backgroundColor="#0099FF";
		document.getElementById('parti').style.backgroundColor="#FFCC00";
		document.getElementById('donar').style.backgroundColor="#FF9900";
		document.getElementById('activ').style.backgroundColor="#0099FF";
		document.getElementById('alia').style.backgroundColor="#0099FF";
		document.getElementById('pren').style.backgroundColor="#0099FF";
		document.getElementById('videos').style.backgroundColor="#0099FF";
		document.getElementById('frec').style.backgroundColor="#0099FF";
		document.getElementById('conta').style.backgroundColor="#0099FF";

	if(name=="quienessomos"){
		document.getElementById('somos').style.backgroundColor="#003366";	
	}
	if(name=="quehacemos"){
	document.getElementById('hacemos').style.backgroundColor="#003366";	
	}
	if(name=="dondetrabajamos"){
	document.getElementById('trabajamos').style.backgroundColor="#003366";	
	}
	if(name=="participa"){
	document.getElementById('parti').style.backgroundColor="#003366";	
	}
	if(name=="donacion"){
	document.getElementById('donar').style.backgroundColor="#003366";	
	}
	if(name=="actividades"){
	document.getElementById('activ').style.backgroundColor="#003366";	
	}
	if(name=="aliados"){
	document.getElementById('alia').style.backgroundColor="#003366";	
	}
	if(name=="fotos"){
	document.getElementById('videos').style.backgroundColor="#003366";	
	}
	if(name=="prensa"){
	document.getElementById('pren').style.backgroundColor="#003366";	
	}
	if(name=="preguntas"){
	document.getElementById('frec').style.backgroundColor="#003366";	
	}
	if(name=="contacto"){
	document.getElementById('conta').style.backgroundColor="#003366";	
	}
}
