function flip(elemento) {
	var elem = document.getElementById(elemento);
	if (elem) elem.style.display = (elem.style.display == 'block') ? 'none' : 'block';
}

function Abrir_Ventana(theURL,ancho,alto) {
	
	//window.open(theURL,'','width='+ancho+',height='+alto+',top=10,left=62,scrollbars=yes');
	window.open(theURL,'','width=625,height=520,top=10,left=62,scrollbars=yes');
	
} 


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-22586535-1']);
  _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);
  })();

