
var ventana
function OpenWindow_Fichas(DatURL)
  {
   ventana=window.open(DatURL, "Detalle2", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=yes,width=400,height=500,resizable=no");
  }

function OpenWindow(DatURL)
  {
   ventana=window.open(DatURL, "Registro",  "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,width=550,height=550,resizable=no,");
  }

function OpenWindow_p(DatURL)
  {
  ventana=window.open(DatURL, "Detalle", "toolbar=no,directories=no,menubar=no,status=yes,scrollbars=no,width=550,height=250,resizable=no");
  }

function SendForm(form)
  {
	form.submit();
  }

function CerrarReload(DatURL)
  {
  window.opener.location.href = DatURL;
  window.opener.location.reload;
  this.close();
  }

function CerrarReload2(DatURL)
  {
   //window.opener.parent.MAIN.location.href = DatURL;
   //window.opener.parent.MAIN.location.reload;
   this.close();
  }

function MenuFile(valor)
  {
   window.opener.formulario.p_menu.value = valor;
   window.close();
  }

/*Estadisticas de google*/  

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-6299805-34']);
  _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);
  })();

