<!--
if ((screen.availWidth>=1024) && (screen.availHeight>=768)) {
 self.document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" height=\"70\">");
 self.document.writeln("  <tr>");
 self.document.writeln("    <td height=\"70\" background=\"/images/riempimentotitolo.gif\"><img src=\"/images/trasp.gif\" width=\"573\" height=\"70\"></td>");
 self.document.writeln("    <td height=\"70\" align=\"right\" background=\"/images/riempimentotitolo.gif\"><img src=\"/images/piede.gif\" width=\"200\" height=\"70\"></td>");
 self.document.writeln("  </tr>");
 self.document.writeln("</table>");
 self.document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"4\" align=\"center\">");
 self.document.writeln("  <tr background=\"/images/sfondoarancio.gif\">");
 self.document.writeln("    <td width=\"100\" bgcolor=\"#FF6600\" height=\"1\"><img src=\"/images/trasp.gif\" width=\"100\" height=\"1\"></td>");
 self.document.writeln("    <td bgcolor=\"#FF6600\" height=\"1\"><img src=\"/images/trasp.gif\" width=\"573\" height=\"1\"></td>");
 self.document.writeln("    <td width=\"100\" bgcolor=\"#FF6600\"><img src=\"/images/trasp.gif\" width=\"100\" height=\"1\"></td>");
 self.document.writeln("  </tr>");
 self.document.writeln("  <tr background=\"/images/sfondonero.gif\" bgcolor=\"#000000\">");
 self.document.writeln("    <td height=\"2\"><img src=\"/images/trasp.gif\" height=\"2\"></td>");
 self.document.writeln("    <td height=\"2\"><img src=\"/images/trasp.gif\" height=\"2\"></td>");
 self.document.writeln("    <td height=\"2\"><img src=\"/images/trasp.gif\" height=\"2\"></td>");
 self.document.writeln("  </tr>");
 self.document.writeln("  <tr background=\"/images/sfondoarancio.gif\">");
 self.document.writeln("    <td width=\"100\" bgcolor=\"#FF6600\" height=\"1\"><img src=\"/images/trasp.gif\" width=\"100\" height=\"1\"></td>");
 self.document.writeln("    <td bgcolor=\"#FF6600\" height=\"1\"><img src=\"/images/trasp.gif\" width=\"573\" height=\"1\"></td>");
 self.document.writeln("    <td width=\"100\" bgcolor=\"#FF6600\"><img src=\"/images/trasp.gif\" width=\"100\" height=\"1\"></td>");
 self.document.writeln("  </tr>");
 self.document.writeln("</table>");
}
//-->