// JavaScript Document
function derechos() {window.open("displays/derechos.asp",'sub',"height=470,width=320,left=20,top=20,status=no,toolbar=no,scrollbars=no,menubar=no,location=no,resizable=no",false);}
function BusquedaLetrero(accion,objeto){if (accion==1){if (objeto.value==""||objeto.value=="Búsqueda"){objeto.value = "";objeto.style.color = "#000000";}}else{if (objeto.value==""){objeto.value = "Búsqueda";objeto.style.color = "#666666";}else{objeto.style.color = "#000000";}}}
function verArbol() {document.getElementById('td_menu_seccion').style.display = 'block';document.getElementById('td_menu_seccion_general').style.display = 'block';window.oculto.location.href = "displays/menuseccion-replace.asp?id=<%= idpagina %>";document.getElementById('td_ver_menu').style.display = 'none';document.getElementById('td_ocultar_menu').style.display = 'block';}
function ocultarArbol() {document.getElementById('td_menu_seccion').style.display = 'none';document.getElementById('td_menu_seccion_general').style.display = 'none';document.getElementById('td_ver_menu').style.display = 'block';document.getElementById('td_ocultar_menu').style.display = 'none';}

//=========== FUNCIONES PARA LA CAPA DE LOGIN ==================================
function seleccion(idpersona,idtipopersona) {tamano();VerOcultar(1000,"visible")}
function cancelaTipo() {VerOcultar(-1,"hidden")}
function VerOcultar(index,capas) {document.getElementById('DivTipo').style.zIndex = index;document.getElementById('DivTipo').style.visibility = capas;}
function tamano() {ancho = document.body.offsetWidth-25;alto = document.body.offsetHeight-25;document.getElementById('DivTipo').style.height = alto;document.getElementById('DivTipo').style.width = ancho;}
function nuevoTam(){tamano();}
//=========== FUNCIONES PARA LA CAPA DE LOGIN ==================================