// JavaScript Document

function ira(elem){
	top.document.getElementById("centro").src = elem;
}


/**************************** COLOREO EN ROJO EL ACTIBO ***************************/
function enrojo(elem){
	ops=6;
	elemro = "opcion" + elem + "_l";
	chebron = "chebron" + elem;
	nocuadrado = "cuadrado"  + elem;
	for (j=1;j<=ops;j++){
		mielem = "opcion" + j + "_l";
		nochebron = "chebron" + j;
		cuadrad = "cuadrado" + j;
		top.document.getElementById(mielem).style.color = "";
		top.document.getElementById(nochebron).style.visibility = "hidden";
		top.document.getElementById(cuadrad).style.visibility = "visible";

	}
	top.document.getElementById(elemro).style.color = "#CC0000";
	top.document.getElementById(chebron).style.visibility = "visible";
	top.document.getElementById(nocuadrado).style.visibility = "hidden";
}


function enrojo_sub1(elem){
	ops=3;
	elemro = "opcionlink1_" + elem;
	chebron = "chebron1_" + elem;
	nocuadrado = "cuadr1_"  + elem;
	for (j=1;j<=ops;j++){
		mielem = "opcionlink1_" + j;
		nochebron = "chebron1_" + j;
		cuadrad = "cuadr1_" + j;		
		top.document.getElementById(mielem).style.color = "";
		top.document.getElementById(nochebron).style.visibility = "hidden";
		top.document.getElementById(cuadrad).style.visibility = "visible";
	}
	top.document.getElementById(elemro).style.color = "#CC0000";
	top.document.getElementById(chebron).style.visibility = "visible";
	top.document.getElementById(nocuadrado).style.visibility = "hidden";	
}


/**************************** RETROILUMINACION DEL MENU ***************************/

function ilum(elem){
	mielem = "linea_menu" + elem;
	this.document.getElementById(mielem).style.backgroundColor="#B4D232";
}
function nolum(elem){
	mielem = "linea_menu" + elem;
	this.document.getElementById(mielem).style.backgroundColor ="";
}


function ilum_sub(elem){
	mielem = "punteado_m" + elem;
	this.document.getElementById(mielem).style.backgroundColor="#D2E688";
}
function nolum_sub(elem){
	mielem = "punteado_m" + elem;
	this.document.getElementById(mielem).style.backgroundColor ="";
}


/**************************** TAMAŅO DE LA VENTANA ***************************/


function tama(tamano){
	top.document.getElementById("fondoblanc").style.height = tamano + "px";
	top.document.getElementById("bajomenu").style.height = (tamano-37) + "px";
	top.document.getElementById("framer").style.height = (tamano-311) + "px";
	top.document.getElementById("frcentro").style.height = (tamano-310) + "px";
	top.document.getElementById("bajotop").style.height = (tamano-17) + "px";
}


// ------------ bajo el menu de opciones para mostrar los subapartados --------------
function desplega (opcion) {
	switch (opcion){
		case "somos":
			top.document.getElementById("opcion2").style.top="265px";
			top.document.getElementById("opcion3").style.top="307px";
			top.document.getElementById("opcion4").style.top="348px";
			top.document.getElementById("opcion5").style.top="392px";
			top.document.getElementById("opcion6").style.top="434px";

			top.document.getElementById("cuadrado2").style.top="270px";
			top.document.getElementById("cuadrado3").style.top="312px";
			top.document.getElementById("cuadrado4").style.top="354px";
			top.document.getElementById("cuadrado5").style.top="397px";
			top.document.getElementById("cuadrado6").style.top="439px";

			top.document.getElementById("linea_menu2").style.top="251px";	
			top.document.getElementById("linea_menu3").style.top="293px";	
			top.document.getElementById("linea_menu4").style.top="336px";
			top.document.getElementById("linea_menu5").style.top="379px";			
			top.document.getElementById("linea_menu6").style.top="421px";
			
			top.document.getElementById("opcion1_1").style.visibility = "visible";
			top.document.getElementById("opcion1_2").style.visibility = "visible";
			top.document.getElementById("opcion1_3").style.visibility = "visible";
			top.document.getElementById("cuadr1_1").style.visibility = "visible";
			top.document.getElementById("cuadr1_2").style.visibility = "visible";
			top.document.getElementById("cuadr1_3").style.visibility = "visible";
			top.document.getElementById("punteado_m1").style.visibility = "visible";
			top.document.getElementById("punteado_m2").style.visibility = "visible";
			top.document.getElementById("punteado_m3").style.visibility = "visible";
			
			
			
			break;
		default:

	
			top.document.getElementById("opcion2").style.top="173px";
			top.document.getElementById("opcion3").style.top="215px";
			top.document.getElementById("opcion4").style.top="258px";
			top.document.getElementById("opcion5").style.top="301px";
			top.document.getElementById("opcion6").style.top="343px";

			top.document.getElementById("cuadrado2").style.top="180px";
			top.document.getElementById("cuadrado3").style.top="222px";
			top.document.getElementById("cuadrado4").style.top="263px";
			top.document.getElementById("cuadrado5").style.top="307px";
			top.document.getElementById("cuadrado6").style.top="349px";

			top.document.getElementById("linea_menu2").style.top="161px";	
			top.document.getElementById("linea_menu3").style.top="203px";	
			top.document.getElementById("linea_menu4").style.top="246px";
			top.document.getElementById("linea_menu5").style.top="289px";			
			top.document.getElementById("linea_menu6").style.top="331px";
			 
			top.document.getElementById("opcion1_1").style.visibility = "hidden";
			top.document.getElementById("opcion1_2").style.visibility = "hidden";
			top.document.getElementById("opcion1_3").style.visibility = "hidden";
			top.document.getElementById("cuadr1_1").style.visibility = "hidden";
			top.document.getElementById("cuadr1_2").style.visibility = "hidden";
			top.document.getElementById("cuadr1_3").style.visibility = "hidden";
			top.document.getElementById("punteado_m1").style.visibility = "hidden";
			top.document.getElementById("punteado_m2").style.visibility = "hidden";
			top.document.getElementById("punteado_m3").style.visibility = "hidden";
			
			top.document.getElementById("chebron1_1").style.visibility = "hidden";
			top.document.getElementById("chebron1_2").style.visibility = "hidden";
			top.document.getElementById("chebron1_3").style.visibility = "hidden";			
			break;
	}
	
	
}
