﻿var display;
var dispRow;
if (navigator.appName != 'Netscape')
{
	display='block';
	dispRow='block';
}
else
{
	display='table-cell';
	dispRow='table-row';
}
function IrA(sUrl)
{
    var cad=new String();
    cad=sUrl.substring(0,7)
    if (cad.indexOf("://",0)<0)
    {
	    sUrl="http://"+sUrl;	
    }
    window.open(sUrl,"cVerDoc");
}
function Descargar()
{	
    document.forms['frmDoc'].method="post";
    document.forms['frmDoc'].action="Descarga.asp"
    document.forms['frmDoc'].submit();
}
function IrAso(oDatos)
{       
    var oDat=oDatos.split('~~');   
    MuestraEjemplar(oDat[0],'ParticularVer.asp',oDatos);
    //window.open("ParticularVer.asp?P="+oDatos,'');
}
function IrAsoInd(idArbol)
{
    window.open("OrgaIni.asp?A="+idArbol,'');
}
function IrAsoForo(idForo)
{
    window.open("../Foro/MensajeForo.asp?F="+idForo,'');
}
/*function Realizada(Numero,IdReg)
{
var chk=document.getElementsByName("chkAviso");
var chkS=window.parent.document.getElementsByName("chkAviso");
var j
	if(chk!=null)
	{	
		if(chk.length>0)
		{
			for(var i=0;i<chk.length;i++)
			{
				if(chk[i].value==Numero)
					{
						
						if (chk[i].checked)
						{
							//alert(window.top.document.getElementById('i'+Numero))
							//alert(document.getElementById('i'+Numero).style.display)
							if (window.parent.document.getElementById("i"+Numero) && window.parent.document.getElementById("h"+Numero))
							{
								window.parent.document.getElementById("i"+Numero).style.display="none";
								window.parent.document.getElementById("h"+Numero).style.display=display;
								
								for( j=0;j<chkS.length;j++)
								{
									if(chkS[j].value==Numero)
										chkS[j].checked=true;
								}
							}
							window.accion.document.location.href="../Tareas/GuardaRegTarea.asp?Id="+Numero+"&T=G"
						}
						else
						{
							if(window.parent.document.getElementById("i"+Numero) && window.parent.document.getElementById("h"+Numero))
							{
								window.parent.document.getElementById("h"+Numero).style.display="none";
								window.parent.document.getElementById("i"+Numero).style.display=display;
								for( j=0;j<chkS.length;j++)
								{
									if(chkS[j].value==Numero)
									chkS[j].checked=false;
								}
							}
							window.accion.document.location.href="../Tareas/GuardaRegTarea.asp?Id="+Numero+"&T=E&IdReg="+IdReg
						}
					}	
			}
		}
		else
		{
			if(chk.value==Numero)
				{
					if (chk.checked)
					{
						if(window.parent.document.getElementById("i"+Numero) && window.parent.document.getElementById("h"+Numero))
						{
							window.parent.document.getElementById("i"+Numero).style.display="none";
							window.parent.document.getElementById("h"+Numero).style.display=display;
						}
					}
					else
					{
						if(window.parent.document.getElementById("i"+Numero) && window.parent.document.getElementById("h"+Numero))
						{
							window.parent.document.getElementById("h"+Numero).style.display="none";
							window.parent.document.getElementById("i"+Numero).style.display=display;
						}
					}
				}	
		}
	}
}
*/
