<!--
function banner(url)
{

 if( screen.width > 800 )
 {
   document.write('<div id=floater style="position:absolute; height: 1500px; left:775px; top:0px">');
   document.write('<iframe width="160" height="1500" src="'+url+'direita" scrolling="no" frameborder=0 marginwidth=0 marginheight=0></iframe>');
   document.write('</div>');
 }

}
//-->