var navHTML =   '<table class="tabellamenu" cellpadding="0" cellspacing="0">' +
		'<tr>' +
		'<td valign="top">' +
        	'<a href="index.htm"><img border="0" src="immagini/logonero.gif" width="150"></a>' +
		'</td>' +
		'</tr>' +
		'<tr>' +
		'<td valign="top" align="center">' +
		'<H1 id=src></H1>' +
		'<p>&nbsp;</p><p>&nbsp;</p>' +
  		'	' +
  		'		<P class=fly><a href="index.htm" class="fly" target="_self" onMouseOver="cmsChangeRowClass(this);" onMouseOut="cmsChangeRowClass(this);">HOME</a></P><br>' +
  		'	' +
  		'		<P class=fly><a href="azienda.htm" class="fly" target="_self" onMouseOver="cmsChangeRowClass(this);" onMouseOut="cmsChangeRowClass(this);">AZIENDA</a></P><br>' +
  		'	' +
  		'		<P class=fly><a href="dovesiamo.htm" class="fly" target="_self" onMouseOver="cmsChangeRowClass(this);" onMouseOut="cmsChangeRowClass(this);">DOVE SIAMO</a></P><br>' +
    	'	' +
  		'		<P class=fly><a href="servizi.htm" class="fly" target="_self" onMouseOver="cmsChangeRowClass(this);" onMouseOut="cmsChangeRowClass(this);">I NOSTRI<br>SERVIZI</a></P><br>' +
  		'	' +
  		'		<P class=fly><a href="contatti.htm" class="fly" target="_self" onMouseOver="cmsChangeRowClass(this);" onMouseOut="cmsChangeRowClass(this);">CONTATTI E ORDINI</a></P><br>' +
  		'	' +
  		'		<P class=fly><a href="link.htm" class="fly" target="_self" onMouseOver="cmsChangeRowClass(this);" onMouseOut="cmsChangeRowClass(this);">LINKS</a></P>' +
  		'	' +
  		'' +
		'</td>' +
		'</tr>' +
		'</table>';


document.write(navHTML);
