// Publicidade no Topo da Página

function Pub(){
  var str
/*  str = '<a href="http://www.philips.pt/pdllp_lighting">'
	+ '<img src="Imagens/philips.gif" width="780" height="25" border="0">'
	+ '</a>';
*/
	str = '<a href="http://www.itau.pt">'
	+ '<img src="Imagens/itau.jpg" border="0">'
	+ '</a>'
  //document.write('<br>');
  document.write(str);
  //document.write('<br>');
  //document.write('<br>');
}

Pub();
/*  document.write('<table width="100%">');
  document.write("<tr>");
  document.write('<td><div align="right">');
  //document.write('<DIV ALIGN="RIGHT">');
  //document.write('<p>')
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="70">' +
  '<param name="movie" value="Videos/banner.swf">' +
  '<param name=quality value=high>' +
  '<embed src="Videos/banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="70"></embed>' +
  '</object>');
  //document.write('<p>')
  //document.write("</DIV>");
  document.write("</div></td>");
  document.write("</tr>");
  document.write("</table>");
*/
//FIM