function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//links pags
var listexpo_url = new Array();
listexpo_url[1]  = 'expo_fr.htm';
listexpo_url[2]  = '../evento/intro.htm';
listexpo_url[3]  = 'http://www.amazoniabr.org.br/m_portal/noticias.asp?conteudo_id=237';
listexpo_url[4]  = 'expo_sui.htm';
var listexpo_arg = new Array();
listexpo_arg[1]  = 'scrollbars=yes,width=796,height=550';
listexpo_arg[2]  = 'width=800,height=600';
listexpo_arg[3]  = 'scrollbars=yes,width=800,height=600';
var listapres = new Array();
listapres[1]  = 'apresentacoes/pt.htm';
listapres[2]  = 'apresentacoes/en.htm';
listapres[3]  = 'apresentacoes/fr.htm';
listapres[4]  = 'apresentacoes/it.htm';
listapres[5]  = 'apresentacoes/es.htm';
listapres[6]  = 'apresentacoes/de.htm';
var listtemas = new Array();
listtemas[0]  = '';
listtemas[1]  = 'projetospositivos.html';
listtemas[2]  = 'aguas_t.htm';
listtemas[3]  = 'amazonurb_t.htm';
listtemas[4]  = 'bioma_t.htm';
listtemas[5]  = 'cooper_t.htm';
listtemas[6]  = 'crimes_t.htm';
listtemas[7]  = 'desmatamento_t.htm';
listtemas[8]  = 'economia_t.htm';
listtemas[9]  = 'ecotur_t.htm';
listtemas[10]  = 'educacao_t.htm';
listtemas[11]  = 'estradas_t.htm';
listtemas[12]  = 'extrativismo_t.htm';
listtemas[13]  = 'fogo_t.htm';
listtemas[14]  = 'hidroeletricas_t.htm';
listtemas[15]  = 'jovens_t.htm';
listtemas[16]  = 'madeira_t.htm';
listtemas[17]  = 'minerac_t.htm';
listtemas[18]  = 'monitoram_t.htm';
listtemas[19]  = 'movsociedade_t.htm';
listtemas[20]  = 'mulher_t.htm';
listtemas[21]  = 'pecuaria_t.htm';
listtemas[22]  = 'pesca_t.htm';
var listpos = new Array();
listpos[0]  = '';
listpos[1]  = 'projetospositivos.html';
listpos[2]  = 'aguas_p.htm';
listpos[3]  = 'amazonurb_p.htm';
listpos[4]  = 'bioma_p.htm';
listpos[5]  = 'cooper_p.htm';
listpos[6]  = 'crimes_p.htm';
listpos[7]  = 'desmatamento_p.htm';
listpos[8]  = 'economia_p.htm';
listpos[9]  = 'ecotur_p.htm';
listpos[10]  = 'educacao_p.htm';
listpos[11]  = 'estradas_p.htm';
listpos[12]  = 'extrativismo_p.htm';
listpos[13]  = 'fogo_p.htm';
listpos[14]  = 'hidroeletricas_p.htm';
listpos[15]  = 'jovens_p.htm';
listpos[16]  = 'madeira_p.htm';
listpos[17]  = 'minerac_p.htm';
listpos[18]  = 'monitoram_p.htm';
listpos[19]  = 'movsociedade_p.htm';
listpos[20]  = 'mulher_p.htm';
listpos[21]  = 'pecuaria_p.htm';
listpos[22]  = 'pesca_p.htm';


function gotoPage(varItem,name){
  window.location=eval(name)[varItem];
}
function newBg(x, newImg){
      // document.getElementById(x).style.background = "url("+newImg+")";
	   document.frames['topo'].getElementById(x).style.background = "url("+newImg+")";
}
function settema(tipo){
	var query = location.search.substring(1);
	var pos = query.indexOf('=');
	var ID = query.substring(pos+1,query.length);
	if (Number(ID) > 0) {
		if(tipo==0){
		var url=listtemas[Number(ID)];
		}else if(tipo==1){
		var url=listpos[Number(ID)];	
		}else{
		var url='gtemas/'+listtemas[Number(ID)];	
		}
		top.MM_goToURL('tema',url)	;
	}
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function abrechat(url) {    window.open(url,"_blank","resizable=yes,toolbar=no,status=yes,menubar=no,scrollbars=yes,width=500,height=420,top=0,left=0")
}
function resizeframes(trim,flag){
if(flag == 1){
	var atual =document.body.scrollHeight;
	var ref=trim+atual;
	//era 643
	if(ref>643){
	parent.document.getElementById("tema").style.height = document.body.scrollHeight; 
	parent.document.getElementById("menu").style.height = (document.body.scrollHeight)+trim;
	}
}else if(flag == 0){
	parent.document.getElementById("tema").style.height = 643-trim;
	parent.document.getElementById("menu").style.height = 643;	
}
}