// JavaScript Document
// <![CDATA[

	//Menu de links
	function MM_jumpMenu(targ,selObj,restore){ //v3.0
	  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	  if (restore) selObj.selectedIndex=0;
	}
	
	//Cria nova requisiçao para AJAX
	function criarAjax(){
		if (window.XMLHttpRequest) {   
		   a=new XMLHttpRequest(); } //Objeto nativo (FF/Safari/Opera7.6+)  
	   else {  
		 try {   
			a=new ActiveXObject("Msxml2.XMLHTTP");  //activeX (IE5.5+/MSXML2+)  
		 }     
		 catch(e) {  
		   try {   
		 a=new ActiveXObject("Microsoft.XMLHTTP"); //activeX (IE5+/MSXML1)  
		   }     
		   catch(e) { /* O navegador nALo tem suporte */   
		 a=false;   
		   }  
		 }  
	   }   
	   return a;  
	}

// ]]>
