/* Questo script restituisce la barra del sito */
document.write('<table background="img/barra/sfondoBarra.gif" cellpadding="0" cellspacing="0" class="barra">');
document.write('	<tr>');
document.write('		<td height="50px" width="80px" nowrap></td>');
document.write('		<td width="114px" nowrap></td>');
document.write('		<td width="106px" nowrap></td>');
document.write('	</tr>');
document.write('	<tr valign="bottom">');
document.write('		<td height="85px"></td>');
document.write('		<td><a href="chi.htm" name="Chi siamo"><img src="img/barra/chi_siamo.jpg" border="0"></a></td>');
document.write('		<td align="right" class="barre"><a href="chi.htm" name="Chi siamo">chi siamo</a></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="1px"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="15"></td>');
document.write('		<td></td>');
document.write('		<td></td>');
document.write('	</tr>');
document.write('	<tr valign="bottom">');
document.write('		<td height="85px"></td>');
document.write('		<td><a href="bioclimatica.htm" name="Architettura bioclimatica"><img src="img/barra/bioclimatica.jpg" border="0"></a></td>');
document.write('		<td align="right" class="barre"><a href="bioclimatica.htm" name="Architettura bioclimatica">architettura<br>');
document.write('		bioclimatica</a></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="1px"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="15"></td>');
document.write('		<td></td>');
document.write('		<td></td>');
document.write('	</tr>');
document.write('		<tr valign="bottom">');
document.write('		<td height="85px"></td>');
document.write('		<td><a href="progetti.htm" name="Progetti"><img src="img/barra/fucinapic.jpg" border="0"></a></td>');
document.write('		<td align="right" class="barre"><a href="progetti.htm" name="Progetti">progetti</a></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="1px"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="15"></td>');
document.write('		<td></td>');
document.write('		<td></td>');
document.write('	</tr>');
document.write('	<tr valign="bottom">');
document.write('		<td height="85px"></td>');
document.write('		<td><a href="pubblicazioni.htm" name="Pubblicazioni"><img src="img/barra/pubblicazioni.jpg" border="0"></a></td>');
document.write('		<td align="right" class="barre"><a href="pubblicazioni.htm" name="Pubblicazioni">pubblicazioni</a></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="1px"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="15"></td>');
document.write('		<td></td>');
document.write('		<td></td>');
document.write('	</tr>');
document.write('	<tr valign="bottom">');
document.write('		<td height="85px"></td>');
document.write('		<td><a href="links.htm" name="Collaborano con noi"><img src="img/barra/bagua.jpg" border="0"></a></td>');
document.write('		<td align="right" class="barre"><a href="links.htm" name="Collaborano con noi">collaborano<br>');
document.write('		con noi</a></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="1px"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('		<td bgcolor="#F36523"></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td height="50px"></td>');
document.write('		<td></td>');
document.write('		<td></td>');
document.write('	</tr>');
document.write('</table>')