<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function fechar() {
	window.close()
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  aditfeat = '';
  if (features.indexOf('width')!=-1) {
    temp = features.substring(features.indexOf('width')+6);
    w = temp.substring(0, temp.indexOf(','));
  }
  if (features.indexOf('height')!=-1) {
    temp = features.substring(features.indexOf('height')+7);
    h = (temp.indexOf(',')!=-1)?(temp.substring(0, temp.indexOf(','))):(temp);
  }
  if (features.indexOf('scrollbars=yes')!=-1) aditfeat = ',scrollbars=yes';
  if (features.indexOf('resizable')!=-1) aditfeat = aditfeat + ',resizable';
  
  wl = (screen.width - w) / 2;
  wt = (screen.height - h) / 2;
  featt = 'height='+h+',width='+w+',top='+wt+',left='+wl+aditfeat;
  window.open(theURL,winName,featt);
}

function retorna() {
	history.go(-1);
}
//-->

<!--
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 linkimg(imagem_endereco) 
{
//alert(imagem_endereco);
janela=window.open("","Imagem","width=700 height=540 scrollbars=1 resizable=1");
//imagem=document.images.imagem.src;
imagem = imagem_endereco;
//imagem_teste1 = imagem.substring(0, imagem.lastIndexOf('/')) ;
//imagem_teste2 = imagem.substring(imagem.lastIndexOf('/')+10) ;
imagem_teste3 = imagem.substring(0, imagem.lastIndexOf('/')) + "/" + imagem.substring(imagem.lastIndexOf('/')+10);
descricao=""; //document.imagens.descricao.value;
janela.document.open();
janela.document.write("<html><head><title>Imagem " + descricao + "</title></head><body>");
janela.document.write("<p align=center><img src= " + imagem_teste3 + "><br><b><font face=verdana size=2>" + descricao + "</b>");
janela.document.write("</body></html>");
}
//-->