/* Questo script restituisce il logo ed il titolo della pagina */

document.write('<table style="color: rgb(255, 255, 255); font-weight: bold; font-size: 14px; font-family: verdana; text-align: left; margin-left: auto; margin-right: auto;">');
document.write('<tbody>');
document.write('<tr>');
document.write('<td style="text-align: center; width: 205px;"><img style="width: 135px; height: 125px;" alt="khp" src="images/logosole.png"></td>');
document.write('<td align="center"><br>');
document.write('<br>');
document.write('<img src="images/centrostufethun.jpg" alt="Centro stufe THUN"><br>');
document.write('<br>');
document.write('</td>');
document.write('<td style="text-align: center;"><img style="width: 86px; height: 125px;" alt="logothun" src="images/loghi/logo_Thun_nuovo.jpg"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td></td>');
document.write('<td style="text-align: center; vertical-align: top;"><img style="width: 739px; height: 31px;" alt="slogan" src="images/slog.jpg">');
document.write('<br>ShowRoom Via SS.12 del Brennero, 15 Corrubbio - San Pietro in Cariano');
document.write('(VR)<br>');
document.write('Cell. 338 37 22 667 - 338 40 58 982 Fax 0464 51 85 45<br>');
document.write('P.Iva 03432870230</td>');
document.write('<td style="text-align: center;"><img style="width: 130px; height: 120px;" alt="sole" src="img/Sole4.gif"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td></td>');
document.write('<td></td>');
document.write('<td style="text-align: center;"><img style="width: 205px; height: 27px;" alt="soleinverno" src="images/ilSoleDellInverno.jpg"></td>');
document.write('</tr>');
document.write('</tbody>');
document.write('</table>');
document.write('<hr align="center" width="95%">');
