<!--
function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } }
function changeImages() { if (document.images && (preloadFlag == true)) { for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; } } } var preloadFlag = false;
function preloadImages() { if (document.images) { m1over = newImage("ih/m1o.gif"); m2over = newImage("ih/m2o.gif"); m3over = newImage("ih/m3o.gif"); m4over = newImage("ih/m4o.gif"); m5over = newImage("ih/m5o.gif"); m6over = newImage("ih/m6o.gif"); m7over = newImage("ih/m7o.gif"); m8over = newImage("ih/m8o.gif"); m9over = newImage("ih/m9o.gif"); preloadFlag = true; } }
// -->

<!--
function l(x) {self.location = x.options[x.selectedIndex].value;}
// -->

<!--
window.defaultStatus = "";
function j(param,w,h,nome) {
var nomearq = param;
var windowvar = window.open(nomearq,nome,"scrollbars=yes,location=no,directories=no,status=yes,menubar=no,resizable=no,toolbar=no,top=0,left=0,width="+ w + ",height=" +h );
}
// -->


<!--
window.defaultStatus = "";
function jn(param,w,h,nome) {
var nomearq = param;
var windowvar = window.open(nomearq,nome,"scrollbars=no,location=no,directories=no,status=yes,menubar=no,resizable=no,toolbar=no,top=0,left=0,width="+ w + ",height=" +h );
}
// -->


<!--
function sbusca(bsetor){
        if ( bsetor == null ) {
	   document.forms.busca.Path.value=document.forms.busca.PathBase.value;
        }else { 
	   document.forms.busca.Path.value=document.forms.busca.PathBase.value + "/" + bsetor;
        }
	document.forms.busca.submit();
}
// -->

<!--
function tbusca(bsetor){
        if ( bsetor == null ) {
	   document.forms.busca.Path.value=document.forms.busca.PathBase.value+ "+" +document.forms.busca.Path111.value;
        }else { 
	   document.forms.busca.Path.value=document.forms.busca.PathBase.value + "/" + bsetor+ "+" +document.forms.busca.Path111.value + "/" + bsetor;
        }
	document.forms.busca.submit();
}
// -->

<!--
document.cookie = "popop=1;path=/;";
function popup() {
	if (document.cookie.indexOf("popAESetorial") < 0 && document.cookie.indexOf("popop") >= 0)  {
		var popWin = window.open("/ext/destaque/31112002.htm","popWinAe","scrollbars=no,location=no,directories=no,status=no,menubar=no,resizable=no,toolbar=no,top=200,left=40,width=300,height=200");
		document.cookie = "popAESetorial=1;path=/;";
	}
}
// -->