
	var escreve="";
	escreve+='<TABLE width=100% STYLE="border:1pt solid #cccccc" BGCOLOR="#9FDAF8" CELLPADDING="0" CELLSPACING="1">';
	//escreve+='<ST'+'YLE>\n';
	//escreve+='a:link {text-decoration:none;font-family:Arial;font-size:8pt;color:FFFFFF;}\n';
	//escreve+='a:visited {text-decoration:none;font-family:Arial;font-size:8pt;color:FFFFFF;}\n';
	//escreve+='td {font-size:8pt;color:FFFFFF}\n';
	//escreve+='</ST'+'YLE>\n';
	escreve+='<SC'+'RIPT LANGUAGE="JavaScript">\n';
	escreve+='\n<'+'!--\n';
	escreve+='window.onerror=null;\n';
	escreve+='/'+' -'+'->\n';
	escreve+='</'+'SCRIPT>\n';
	escreve+='<TR><TD STYLE="border:1pt solid #9FDAF8" align=center><IMG SRC=http://www.iguanambi.com.br/g4/visualizador/images/menu_i.gif BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"></TD></TR>';
	escreve+='<TR><TD STYLE="border:1pt solid #9FDAF8" ID="i0" ONMOUSEOVER="document.all.i0.style.cursor=\'hand\';document.all.i0.style.background=\'#3399FF\';document.all.i0.style.color=\'#ffffff\';" ONMOUSEOUT="document.all.i0.style.background=\'#9FDAF8\';document.all.i0.style.color=\'#ffffff\';" ONCLICK="window.parent.history.back();"><IMG SRC="http://www.iguanambi.com.br/g4/visualizador/images/volta.gif" width=17 HEIGHT="17" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><font face=arial size=1 color=000000>&nbsp;&nbsp;Voltar</font></TD></TR>';
	escreve+='<TR><TD STYLE="border:1pt solid #9FDAF8" ID="i1" ONMOUSEOVER="document.all.i1.style.cursor=\'hand\';document.all.i1.style.background=\'#3399FF\';document.all.i1.style.color=\'#ffffff\';" ONMOUSEOUT="document.all.i1.style.background=\'#9FDAF8\';document.all.i1.style.color=\'#FFFFFF\';" ONCLICK="window.parent.history.go();"><IMG SRC="http://www.iguanambi.com.br/g4/visualizador/images/avanca.gif" width=17 HEIGHT="17" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><font face=arial size=1 color=000000>&nbsp;&nbsp;Avançar</font></TD></TR>';
	escreve+='<TR><TD STYLE="border:1pt solid #9FDAF8" ID="i5" ONMOUSEOVER="document.all.i5.style.cursor=\'hand\';document.all.i5.style.background=\'#3399FF\';document.all.i5.style.color=\'#ffffff\';" ONMOUSEOUT="document.all.i5.style.background=\'#9FDAF8\';document.all.i5.style.color=\'#FFFFFF\';" ONCLICK="window.parent.location.href=window.parent.location.reload();"><IMG SRC="http://www.iguanambi.com.br/g4/visualizador/images/atualiza.gif" width=17 HEIGHT="17" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><font face=arial size=1 color=000000>&nbsp;&nbsp;Atualizar</font></TD></TR>';
	escreve+='<TR><TD STYLE="border:1pt solid #9FDAF8"></TD></TR>';
	escreve+='<TR><TD STYLE="border:1pt solid #9FDAF8"><IMG SRC="http://www.iguanambi.com.br/g4/visualizador/images/ponto.gif" WIDTH="153" HEIGHT="1"></TD></TR>';
	escreve+='<TR><TD STYLE="border:1pt solid #9FDAF8" ID="i2" ONMOUSEOVER="document.all.i2.style.cursor=\'hand\';document.all.i2.style.background=\'#3399FF\';document.all.i2.style.color=\'#ffffff\';" ONMOUSEOUT="document.all.i2.style.background=\'#9FDAF8\';document.all.i2.style.color=\'#FFFFFF\';" ONCLICK="window.parent.print();"><IMG SRC="http://www.iguanambi.com.br/g4/visualizador/images/imprimir.gif" HEIGHT="17" width=17 BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><font face=arial size=1 color=000000>&nbsp;&nbsp;Imprimir</font></TD></TR>';
	//escreve+='<TR><TD STYLE="border:1pt solid #ffffff" ID="i6" ONMOUSEOVER="document.all.i6.style.background=\'#48AFFF\';document.all.i6.style.color=\'#ffffff\';" ONMOUSEOUT="document.all.i6.style.background=\'#ffffff\';document.all.i6.style.color=\'#FFFFFF\';" onClick=this.style.behavior="url(#default#homepage)"; this.setHomePage("http://www.sofesta.com.br");><IMG SRC="http://www.sofesta.com.br/home/global/img/rightclick/menu_book.gif" HEIGHT="17" width=17 BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle"><font face=arial size=1 color=000000>&nbsp;Fazer pág. inicial</font></TD></TR>';

	escreve+='</TABLE>';

	
	try{
		var menu_direito = window.createPopup();
	}catch(e){}
	
	
	function mostra_menu(x,y) {
		try{
			var menuBody = menu_direito.document.body;
			menuBody.innerHTML = escreve;
			menu_direito.show(x, y, 158, 145, document.body);
		}catch(e){}
	}

	
	function click(e) {
		try{
			if(event.button==2||event.button==3) {
				mostra_menu(event.x-1,event.y-1);
			}
		}catch(e){}
	}

	
	try{
		document.oncontextmenu = function(){mostra_menu(event.x,event.y);return false;}
	}catch(e){}
	
	
	try{
		//document.onmousedown = click;
	}catch(e){}

function checkKP()
{
  if(event.ctrlKey)
    if((event.keyCode == 78) || (event.keyCode == 104))
      event.returnValue = false;
}
