var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19358808-42']); _gaq.push(['_trackPageview']); (function() {
					
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google- analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s); })();
					
					
ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
document.oncontextmenu=new Function("alert(message);return false")

function deleteRecord(LINK2) 
{
  if ( confirm("¿ESTAS SEGURO DE QUE DESEAS BORRAR ESTE REGISTRO?") ) 
  {
    document.location.href = LINK2;
  }
}

function confirmacionoperacion(LINK2,mensaje,ventana) 
{

   if ( confirm(mensaje) ) 
  {
    if(ventana!=1)	
      document.location.href = LINK2;	
	else	
	  tempo=window.open(LINK2,"temporal","screenX=20,screenY=20,height=350,width=450,hotkeys=no,directories=no,menubar=no,location=no,personalbar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no");;
	
  }
 
}


			
function muestraayuda( texto) 
{
  alert(texto);
}

function seleccionaimagen(objeto){
  tempo=window.showModalDialog("manejadorarchivos.php")
  if(tempo!=undefined)
  {
    window.document.form1.elements[objeto].value=tempo;
  }
}

function limpiarimagen(objeto){
   window.document.form1.elements[objeto].value="";
  
}

function editarmf(campo,tabla,id,camporeal,tablareal){
  tempo=window.open("manejadoreditor.php?nombrecampo="+campo+"&nombretabla="+tabla+"&id="+id+"&step=1&nombrecamporeal="+camporeal+"&nombretablareal="+tablareal,"ventanaeditor","screenX=20,screenY=20,height=550,width=750,hotkeys=no,directories=no,menubar=no,location=no,personalbar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no");
}

function seleccionafecha(objeto){
  tempo=window.showModalDialog("manejadorfecha.php?fecha="+window.document.form1.elements[objeto].value,'','dialogHeight:100px;dialogWidth:400px');
  if(tempo!=undefined && tempo!="vacio")
  {
    window.document.form1.elements[objeto].value=tempo;
  }
}

function muestraimagen(objeto){
  window.showModalDialog("muestraimagen.php?imagen="+window.document.form1.elements[objeto].value) 
}




function open_window(target_html_page)
{    
  window.open(target_html_page, "tempo");
  return(false);
}


//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com



function BusquedaNormal(fuente)
{
	document.form2.action = fuente;
	document.form2.target = "_self";	// Open in a new window
	document.form2.submit();			// Submit the page
	return true;
}

function BusquedaExcel(fuente)
{
	document.form2.action = fuente;
	document.form2.target = "_blank";	// Open in a new window
	document.form2.submit();			// Submit the page
	return true;
}

function BusquedaMM(fuente)
{
	document.form2.action = fuente;
	document.form2.target = "_blank";	// Open in a new window
	document.form2.submit();			// Submit the page
	return true;
}

function toggle(myId){
   if (ie4){
      thisId=document.all(myId);
      if (thisId.style.display == "none"){
         thisId.style.display = "";
         } 
      else {
         thisId.style.display = "none";
         thisId.style.zindex = "1";
      }
   }
}
