<!--
var isie=0;
if (window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) {
	isie=1;
} else {
	isie=0;
}
if (isie) {
	var html="";
	html+='<TABLE STYLE="border:1pt solid #517B9B" BGCOLOR="#EEEEEE" WIDTH="140" HEIGHT="180" CELLPADDING="0" CELLSPACING="0">';
	html+='<ST'+'YLE TYPE="text/css">\n';
	html+='a:link {text-decoration:none;font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; font-style : normal;}\n';
	html+='a:visited {text-decoration:none;font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; font-style : normal;}\n';
	html+='td {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; font-style : normal;}\n';
	html+='</ST'+'YLE>\n';
	html+='<SC'+'RIPT LANGUAGE="JavaScript">\n';
	html+='\n<'+'!--\n';
	html+='window.onerror=null;\n';
	html+='/'+' -'+'->\n';
	html+='</'+'SCRIPT>\n';
	html+='<TR><TD bgcolor="#FFFFFF"><div align="center"><img src="shark.jpg" width="100" height="32"></div></TD></TR>';
	html+='<TR><TD STYLE="border:0pt solid #EEEEEE" ID="i0" ONMOUSEOVER="document.all.i0.style.background=\'white\';document.all.i0.style.border=\'0pt solid white\';" ONMOUSEOUT="document.all.i0.style.background=\'#EEEEEE\';document.all.i0.style.border=\'0pt solid #CCCCCC\';" ONCLICK="window.history.go(-1);">&nbsp;<IMG SRC="img/voltar01.gif" WIDTH="16" HEIGHT="16" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle" ALT="">&nbsp;Voltar</TD></TR>';
	html+='<TR><TD STYLE="border:0pt solid #EEEEEE" ID="i1" ONMOUSEOVER="document.all.i1.style.background=\'white\';document.all.i1.style.border=\'0pt solid white\';" ONMOUSEOUT="document.all.i1.style.background=\'#EEEEEE\';document.all.i1.style.border=\'0pt solid #CCCCCC\';" ONCLICK="window.history.go(1);">&nbsp;<IMG SRC="img/avancar01.gif" WIDTH="16" HEIGHT="16" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle" ALT="">&nbsp;Avançar</TD></TR>';
	html+='<TR><TD STYLE="border:0pt solid #EEEEEE" ID="i4" ONMOUSEOVER="document.all.i4.style.background=\'white\';document.all.i4.style.border=\'0pt solid white\';" ONMOUSEOUT="document.all.i4.style.background=\'#EEEEEE\';document.all.i4.style.border=\'0pt solid #CCCCCC\';" ONCLICK="window.parent.external.AddFavorite(window.top.location.href,window.top.document.title);">&nbsp;<IMG SRC="img/favoritos01.gif" WIDTH="16" HEIGHT="16" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle" ALT="">&nbsp;Favoritos...</TD></TR>';
	html+='<TR><TD STYLE="border:0pt solid #EEEEEE" ID="i7" ONMOUSEOVER="document.all.i7.style.background=\'white\';document.all.i7.style.border=\'0pt solid white\';" ONMOUSEOUT="document.all.i7.style.background=\'#EEEEEE\';document.all.i7.style.border=\'0pt solid #CCCCCC\';" ONCLICK="window.parent.location.href=window.parent.location.href;">&nbsp;<IMG SRC="img/atualizar01.gif" WIDTH="16" HEIGHT="16" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle" ALT="">&nbsp;Atualizar</TD></TR>';
	html+='<TR><TD STYLE="border:0pt solid #EEEEEE" ID="i8" ONMOUSEOVER="document.all.i8.style.background=\'white\';document.all.i8.style.border=\'0pt solid white\';" ONMOUSEOUT="document.all.i8.style.background=\'#EEEEEE\';document.all.i8.style.border=\'0pt solid #CCCCCC\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=1.6; else window.parent.document.body.style.zoom=1.6;">&nbsp;<IMG SRC="img/zoom_in01.gif" WIDTH="16" HEIGHT="16" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle" ALT="">&nbsp;Aumentar</TD></TR>';
	html+='<TR><TD STYLE="border:0pt solid #EEEEEE" ID="i9" ONMOUSEOVER="document.all.i9.style.background=\'white\';document.all.i9.style.border=\'0pt solid white\';" ONMOUSEOUT="document.all.i9.style.background=\'#EEEEEE\';document.all.i9.style.border=\'0pt solid #CCCCCC\';" ONCLICK="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=0.625; else window.parent.document.body.style.zoom=0.625;">&nbsp;<IMG SRC="img/zoom_out01.gif" WIDTH="16" HEIGHT="16" BORDER="0" HSPACE="0" VSPACE="0" ALIGN="absmiddle" ALT="">&nbsp;Diminuir</TD></TR>';
	html+='</TABLE>';
	var oPopup = window.createPopup();
}
function dopopup(x,y) {
	if (isie) {
	  var oPopupBody = oPopup.document.body;
		oPopupBody.innerHTML = html;
		oPopup.show(x, y, 140, 180, document.body);
	}
}
function click(e) {
	if (isie) {
		if (document.all) {
			if (event.button==2||event.button==3) {
				dopopup(event.x-1,event.y-1);
			}
		}
	}
}
if (isie) {
	document.oncontextmenu = function() { dopopup(event.x,event.y);return false; }
	document.onmousedown = click;
}
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
// -->
