function indique() {
 var top_indique = "../../imagens/estrutura/recomende_topo.jpg"
 window.open('scripts/indicar/indique.php?url='+document.location.href+'&topo='+top_indique+'', 'Indicar', 'width=340, height=312, top=100, left=100'); 
} 

function printer(div){

 conte=document.getElementById(div).innerHTML;

 pop=window.open("","print","width=670,height=500,scrollbars=1");
 pop.document.write('<link href="css/css.css" rel="stylesheet"/>');


 pop.document.write('<body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0>');

 pop.document.write('<center><table bgcolor=#ffffff width="100%" height="100%" border=0 valign="top"><tr><td height="10" valign="top"><img src=imagens/estrutura/print_topo.jpg></td></tr><tr><td>');

 pop.document.write('<div style="width:100%; height="100%";">');

 pop.document.write('<div>');



pop.document.write('<table style="WIDTH: 100%; HEIGHT: 10" height="10" cellspacing="0" cellpadding="0" width="100%"  height="10"  border="0" class="arial-11-preto" valign="top"><tr valign="top" height="10" ><td class="arial-11-preto" valign="top" align="left" background="imagens/estrutura/print_titulo.jpg" height="10">');




 pop.document.write('</td></tr></table>');

 pop.document.write('</div>');
 pop.document.write('<div id=print valign="top" class="arial-11-preto">');
 pop.document.write(conte);
pop.document.write('</div>');

 pop.document.write('</div>');

 pop.document.write('</td></tr><tr height="10" ><td height="10" ><span style="cursor:pointer" onclick="window.print();"><font size=1 face=verdana>&nbsp;&nbsp;&nbsp;&nbsp;<br><div align="right"><img src="imagens/estrutura/bt_imprimir2.gif"></div></font></span><br></td></tr></table></center></body>');

pop.document.close();

}