﻿

function usuario()
{
//    document.getElementById('ctl00$ContentPlaceHolder1$cbogrupos').disabled = true;
//    document.getElementById('ctl00$ContentPlaceHolder1$cbogrupos').style.backgroundColor='gray';
//    
//    document.getElementById('ctl00$ContentPlaceHolder1$txtusuario').disabled=false;
//    document.getElementById('ctl00$ContentPlaceHolder1$txtusuario').style.backgroundColor='white';
    
   // document.getElementById('TRgrupo').style.backgroundColor = 'gray';
   // document.getElementById('TRusuario').style.backgroundColor='green';
    document.getElementById("TRgrupo").style.display="none";
	document.getElementById("TRusuario").style.display="";
//	
    
}
function grupo()
{
//    document.getElementById("ctl00$ContentPlaceHolder1$cbogrupos").disabled = false;
//    document.getElementById("ctl00$ContentPlaceHolder1$cbogrupos").style.backgroundColor='white';
//    
//    document.getElementById("ctl00$ContentPlaceHolder1$txtusuario").disabled=true;
//    document.getElementById("ctl00$ContentPlaceHolder1$txtusuario").style.backgroundColor='gray';
    
    //document.getElementById('TRgrupo').style.backgroundColor = 'green';
   // document.getElementById('TRusuario').style.backgroundColor='gray';
    document.getElementById("ctl00_ContentPlaceHolder1_txtidcon").value = "";
    document.getElementById("ctl00_ContentPlaceHolder1_txtusuario").value = "";
    document.getElementById("ctl00_ContentPlaceHolder1_txtemail").value = "";
    document.getElementById("TRgrupo").style.display="";
	document.getElementById("TRusuario").style.display="none";
}
function grupoCheckLoad()
{

   
    document.getElementById("TRgrupo").style.display="";
	document.getElementById("TRusuario").style.display="none";
}
function InsertarNroBoletin()
{
    //window.screen.width  
    win = window.open("FrmPopupBoletin.aspx", "_blank", "status=no,resizable=yes,toolbar=no,scrollbars=yes,top=200,left=300,width=480,height=280"); 
    win.focus() ; 
}
function InsertarUsuario()
{
    //window.screen.width  
    win1 = window.open("FrmPopupUsuario.aspx", "_blank", "status=no,resizable=yes,toolbar=no,scrollbars=yes,top=150,left=300,width=500,height=400"); 
    win1.focus() ; 
}
function InsertarContacto()
{
    //window.screen.width  
    win3 = window.open("FrmPopupContacto.aspx", "_blank", "status=no,resizable=yes,toolbar=no,scrollbars=yes,top=150,left=300,width=550,height=400"); 
    win3.focus() ; 
}
  function SelCerrar(codbol,nrobol,fecha)
    {
        if(!(opener.window.closed))
	    {
	       
		    opener.window.focus() ;  
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtcodbol").value = codbol;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtnrobol").value = nrobol;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtfecha").value = fecha;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtcod").value = codbol;
            var ruta="<a style='' href="+'"'+"javascript:PopupPreviewBoletines('"+codbol+"');"+'"'+">Preview Boletin</a>";
            //alert(ruta);
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_TDref").innerHTML = ruta;
		    
		    
		    //opener.window.document.getElementById("ctl00_CntPlaceMain_lbuPunto").click();
		   // opener.window.__doPostBack('ctl00$CntPlaceMain$lbuPunto','');
	    }
	    window.close() ;		    
    }
    
      function SelCerrarUsuario(codcontacto,nombre,email)
    {
        if(!(opener.window.closed))
	    {
	       
		    opener.window.focus() ;  
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtidcon").value = codcontacto;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtusuario").value = nombre;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtemail").value = nombre;
		    //opener.window.document.getElementById("ctl00_CntPlaceMain_lbuPunto").click();
		   // opener.window.__doPostBack('ctl00$CntPlaceMain$lbuPunto','');
	    }
	    window.close() ;		    
    }
      function SelCerrarContacto(codcontacto,nombre,email,direccion)
    {
        if(!(opener.window.closed))
	    {
	       
		    opener.window.focus() ;  
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtcodcon").value = codcontacto;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtnombres").value = nombre;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtemail").value = email;
		    opener.window.document.getElementById("ctl00_ContentPlaceHolder1_txtdirec").value = direccion;
		    
		    //opener.window.document.getElementById("ctl00_CntPlaceMain_lbuPunto").click();
		   // opener.window.__doPostBack('ctl00$CntPlaceMain$lbuPunto','');
	    }
	    window.close() ;		    
    }
    
function PopupPreviewBoletines(codbol)
{
    //window.screen.width  
    win = window.open("FrmPreviewBoletines.aspx?codbol="+ String(codbol), "_blank", "status=no,resizable=yes,toolbar=no,scrollbars=yes,top=20,left=50,width=810,height=600"); 
    win.focus() ; 
}
function PopupPreviewEnvio(codbol)
{
    //window.screen.width  
    win = window.open("FrmPreviewEnvio.aspx?codbol="+ String(codbol), "_blank", "status=no,resizable=yes,toolbar=no,scrollbars=yes,top=20,left=50,width=810,height=600"); 
    win.focus() ; 
}

function PopupDetalleEnvio(codenvio,codbol)
{
    //window.screen.width  
    win = window.open("FrmPopupDetalleEnvio.aspx?codEnvio="+ String(codenvio)+"&codbol="+String(codbol), "_blank", "status=no,resizable=yes,toolbar=no,scrollbars=yes,top=120,left=200,width=450,height=280"); 
    win.focus() ; 
}

function ValidaNumero()
{
  
   if(window.event.keyCode>=48 &&   window.event.keyCode<=57 )
   {
   window.event.returnValue=true;
   }
   else
   {
   window.event.returnValue=false;
   
    }
}
function VerDetalleAbogado(codAbogado)
{
    //window.screen.width  
    win1 = window.open("FrmDetalleAbogado.aspx?codabogado="+ String(codAbogado), "_blank", "status=no,resizable=no,toolbar=no,scrollbars=yes,top=50,left=300,width=600,height=600"); 
    win1.focus() ; 
}

function VerDetalleAbogado2(codAbogado)
{
location.href="FrmDetalleAbogado2.aspx?codabogado="+String(codAbogado);

}

function VerDetalleAbogado3(codabogado)
{
location.href="FrmAbogado3.aspx?codabogado="+String(codabogado);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}