/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */

$(document).ready(function() {

	
	/*	2nd example	*/
	
	$("#menu2 li a").wrapInner( '<span class="out"></span>' );
	
	$("#menu2 li a").each(function() {
		$( '<span class="over">' +  $(this).text() + '</span>' ).appendTo( this );
	});

	$("#menu2 li a").hover(function() {
		$(".out",	this).stop().animate({'top':	'45px'},	200); // move down - hide
		$(".over",	this).stop().animate({'top':	'0px'},		200); // move down - show

	}, function() {
		$(".out",	this).stop().animate({'top':	'0px'},		200); // move up - show
		$(".over",	this).stop().animate({'top':	'-45px'},	200); // move up - hide
	});

});


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");


function popUpPDF()
	{
	var pdfWindow = window.open("/docs/PLAN MUNICIPAL DE DESARROLLO 2009-2012.pdf","Plan de Desarrollo", scrollbars=0,
	toolbar=0, menubar=0,directories=0);
	}
(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);
  })();
 
  function abrir(){
  nueva_vent=open('pages/Copy of Contacto.html','vent0','toolbar=0,status=0,location=0,directories=0,menubar=0,scrollbars=1,resize=0,width=800,height=500');
  }
  function abrir2(){
	  nueva_vent=open('pages/Educacion.html','vent1','toolbar=0,status=0,location=0,directories=0,menubar=0,scrollbars=1,resize=0,width=700,height=500');
	  }
  function ayuda(){
	  nueva_vent=open('pages/Ayuda.html','vent2','toolbar=0,status=0,location=0,directories=0,menubar=0,scrollbars=1,resize=0,width=860,height=1296');
	  }
  function colab(){
	  nueva_vent=open('../pages/Colaboracion.html','vent2','toolbar=0,status=0,location=0,directories=0,menubar=0,scrollbars=1,resize=0,width=800,height=350');
	  }
  function ayuda2(){
	  nueva_vent=open('../pages/Ayuda.html','vent2','toolbar=0,status=0,location=0,directories=0,menubar=0,scrollbars=1,resize=0,width=860,height=1296');
	  }
  function abrir3(url,largo,altura) { 
	  open(url,'','top=200,left=400,width=600,height=400') ; 
	  } 
  function gra(){
	  nueva_vent=open('pages/Cazares.html','vent2','directories=0,toolbar=0,status=0,location=0,directories=0,menubar=0,titlebar=0,scrollbars=0,resize=0,width=550,height=605');
	  }

  
  function Menu(elementoQueLlama){
	   elementosUlEnelementoQueLlama = elementoQueLlama.parentNode.getElementsByTagName('ul');
	   elementoQueQueremos = elementosUlEnelementoQueLlama[0];
	   elementoQueQueremos.style.display = elementoQueQueremos.style.display == 'none' ? 'block' : 'none' ;
	}

  
  
 
 
  

