<!--
//---Inicio Menu
var secciones = new Array('formularios')
var anchoVentana = 400
var altoVentana = 300
var menAct = new Array(false)
var tex
var atributos = ""

var valores = new Array(null,'192px','192px','192px','192px','192px','192px','192px','192px','192px','192px','192px','192px')
secciones = false
function redimensionaCapas(){
largo = document.getElementsByTagName('div').length
cap = 1
for(m=0; m<largo; m++){
	if(document.getElementsByTagName('div')[m].id.charAt(0)== 'b'){
	capa = eval("document.getElementById('c" + (cap) + "')")
	capa2 = eval("document.getElementById('d" + (cap) + "')")
	capa3 = eval("document.getElementById('b" + (cap) + "')")
	document.getElementsByTagName('div')[m].style.height = capa.offsetHeight + "px"
	capa2.style.height = capa.offsetHeight + "px"
	capa3.style.visibility = 'hidden'
	document.getElementsByTagName('div')[m].onmouseover=function(){
	posss=this.id.substr(1)
	this.className = 'subMenuMadreB'
	this.style.width = valores[posss] 
		}
	document.getElementsByTagName('div')[m].onmouseout=function(){
	this.className = 'subMenuMadre'
		this.style.width = '192px'
		}
	cap++	
	}
	}
}
//window.onload=redimensionaCapas

function abreMenu(cual,cual2,donde){

if(document.getElementById(cual).style.visibility == 'hidden'){
 document.getElementById(cual).style.visibility = 'visible'
 document.getElementById(cual2).style.display='block'
 donde.className = 'botonSeccion'
 } 
else{
 document.getElementById(cual).style.visibility = 'hidden';
document.getElementById(cual2).style.display='none';
donde.className = 'botonesMenu'

}

}

function menuDef(){
if(menAct[0]== true){
	abreMenu(menAct[1],menAct[2],menAct[3])
	}
}

function MM_openBrWindow(theURL,winName,features, option) { //v2.0
if (option=='S')
  window.open(theURL,winName,features);
}

//--Fin menu --> 
<!-- Inicio Stylo Menu Inferior
 
// - Fin Stylo Menu Inferior - -->



