
function abre(theURL,winName,features) {  
window.open(theURL,winName,features); 
}

with (document) {

writeln('	  <tr>');
writeln('	    <td valign="top" width="100%" style="border-top: 1px solid #d3d2d2;">');
writeln('	  	  <table width="100%" cellpadding="0" cellspacing="0">');
writeln('		    <tr>');
writeln('		  	  <td valign="top">');
writeln('			    <img src="images/logos_corporativo.jpg" border="0" width="383" height="430" vspace="0" >');
writeln('			  </td>');
writeln('			</tr>');
writeln('		  </table>');
writeln('		</td>');
writeln('	  </tr>');


}



