  
if(navigator.appName.indexOf("Netscape") != -1)
{
	document.writeln("<script language='javascript'>");
	document.writeln(" function abrejanela_prn(arq)");
	document.writeln("{");
	document.writeln(" window.open('print/redir.asp','Impressao','width=400,height=300,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,left=350,top=5');");
	document.writeln("}");
	document.writeln(" function abrejanela_eml(arq)");
	document.writeln(" {");
	document.writeln("window.open('email/redir.asp','Impressao','width=400,height=300,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,left=350,top=5');");
	document.writeln(" }");
	document.writeln("<\/script>");
  document.writeln("<LAYER ID='layerbuttons' top='1' left='0'>")
  document.writeln(" <table border='0' align='center' valign='middle'>")
  document.writeln("    <tr>")
  document.writeln("      <td><a href='' target='_parent'><img src='Imagens/btn_home.gif' border='0' width='23' height='23'></a></td>")
  document.writeln("      <td><img src='Imagens/btn_print_off.gif' border='0' width='23' height='23'></td>")
  document.writeln("      <td><img src='Imagens/btn_friend_off.gif' border='0' width='23' height='23'></td> ")   
  document.writeln("    </tr>")
  document.writeln(" </table>")	  
  document.writeln("</LAYER>")

}
else
{
  
  document.writeln("<div id='Normal' style='position:absolute;z-index:1;visibility: visible; border: 0px; left: 10; top: 10;'>")
  document.writeln("<table border='0' align='center' valign='middle'>")
  document.writeln("    <tr>")
  document.writeln("      <td><a href='' target='_parent'><img src='Imagens/btn_home.gif' border='0' width='23' height='23'></a></td>")
  document.writeln("      <td><img src='Imagens/btn_print_off.gif' border='0' width='23' height='23'></td>")
  document.writeln("      <td><img src='Imagens/btn_friend_off.gif' border='0' width='23' height='23'></td>    </tr>")
  document.writeln("</table>	  ")
  document.writeln("</div>")
  
  document.writeln("<script language='javascript'>");
  document.writeln(" function abrejanela_prn(arq)");
  document.writeln("{");
 //document.writeln(" window.open('artigos/artigos_prn.asp?arq='+arq,'Impressao','width=400,height=300,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,left=350,top=5');");
 document.writeln(" window.open('print/redir.asp','Impressao','width=400,height=300,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,left=350,top=5');");
  document.writeln("}");
  document.writeln(" function abrejanela_eml(arq)");
  document.writeln(" {");
  document.writeln("window.open('email/redir.asp','Impressao','width=400,height=300,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,left=350,top=5');");
  document.writeln(" }");
  document.writeln("<\/script>");  
  
  document.writeln("<div id='Ativo' style='position:absolute;z-index:1;visibility: hidden; border: 0px; left: 10; top: 10;'>")
  document.writeln("<table border='0' align='center' valign='middle'>")
  document.writeln("    <tr>")
  document.writeln("      <td><a href='' target='_parent'><img src='Imagens/btn_home.gif' border='0' width='23' height='23'></a></td>")
  document.writeln("      <td><a href='#' onclick=javascript:abrejanela_prn('artigo-1_dfl.htm');><img src='Imagens/btn_print_on.gif' border='0' width='23' height='23'></a></td>")
  document.writeln("      <td><a href='#' onclick=javascript:abrejanela_eml('artigo-1_dfl.htm');><img src='Imagens/btn_friend_on.gif' border='0' width='23' height='23'></a></td>")
  document.writeln("</table>	  ");
  document.writeln("</div>")
  

  

}		  



