// JavaScript Document

// funcs para manipulaçao do retorno do ajax

function setresp(oRet){		
	
	$GEBId("msg").innerHTML = "<form name='frInv' id='frInv' class='left mrLeft'><fieldset><div style='width: 310px; margin-top: 20px; padding-left: 20px;'>"+oRet+"</div></fieldset></form>";

}

function retFillPesquisa(oRet){
	//alert("NOTPOSSIBLE: "+oRet);
	$GEBId("labels").style.fontSize = "10px";
	$GEBId("labels").innerHTML = oRet;
	$GEBId("voter").style.display = "none";
	}// 
	
	
/*function setResultPesquisa(oRet){
	temp = oRet.split("||");
	
	$results = temp[0]+"<br />"+temp[1];
	$GEBId("resultPesq").innerHTML = $results;
	
	}*/

function nothing2(oRet){
	//alert("npossoble: "+oRet);
	}// 

function nothing(oRet){}//  

function nothingCarousel(oRet){}
