info="<br>" +
	"<center>" +
     "<table width='806' cellpadding='0' cellspacing='0' border='0' style='background-image:url(img/header_bg.png); background-repeat:repeat-x'>" +
         "<tr>" +
            "<td style='background-image:url(img/header_sx.png); background-repeat:no-repeat; height:76px' width='16' height='76' rowspan='4'>&nbsp;</td>" +
            "<td valign='bottom' height='48'><a href='index.html'><img src='img/coralis_logo.gif' width='155' height='37'></a></td>" +
            "<td align='right'><!--<img src='../img/layoutElem/ubi_logo_new.gif'> --></td>" +
            "<td align='right'><img src='img/header_dx_prev.png'></td>" +
            "<td style='background-image:url(img/header_dx.png); background-repeat:no-repeat;' width=3' rowspan='4'></td>" +
         "</tr>" +
         "<tr>" +
         	"<td height='4' colspan='5'></td>" +
         "</tr>" +
         "<tr>" +
            "<td align='left' style='background-image:url(img/sfondo_menu_orizz.gif); background-repeat:no-repeat; background-position:148px 0px; width:787px; height:19px;' colspan='3'>" +
            	"<table id='menu_top' width='500px' cellpadding='0' cellspacing='0' border='0' width='100%'>" +
	                "<tr>" +
	                	"<td width='180px'></td>" +
	                	"<td id='centroassistenzaTop' class='menuTopOff'>" +
							"<a href='centriassistenza.html'>CENTRI DI ASSISTENZA</a>" +
						"</td>" +
						"<td id='areaclientiTop' class='menuTopOff'>" +
							"<a href='assistenza.html' >AREA CLIENTI</a>" +
						"</td>" +
						"<td id='contattiTop' class='menuTopOff'>" +
							"<a href='dovesiamo.html' >CONTATTI</a>" +
						"</td>" +
					"</tr>" +
                "</table>" +
            "</td>" +
         "</tr>" +
	"</table>" +
	"</center>"


document.write(info);