// per aggiornare il piede basta cambiare la riga di contenuto del piede (in index la riga è da cambiare)
function caput() {
document.write ('<div id="col-sx">');
document.write ('<a href="index.htm"><img src="imago/aaa-dx.gif" align="bottom" border="0"></a>');
document.write ('</div>');
document.write ('<div id="col-dx">');
document.write ('<div id="riga-sup">&nbsp;<a href="events.htm">events</a> &nbsp;|&nbsp; <a href="researches.htm">researches</a>  &nbsp;|&nbsp;  <a href="publications.htm">publications</a>  &nbsp;|&nbsp;  <a href="latest.htm">latest</a>&nbsp;&nbsp;<span class="banna">&nbsp;</span>&nbsp; <a href="italian.htm"><img src="imago/fl-it-p.gif" border="0" title="italian language section"></a>&nbsp;</div>');
document.write ('<div id="riga-med"></div>');
document.write ('<div id="riga-inf">&nbsp;<a href="index.htm">home</a> &nbsp;|&nbsp; <a href="aboutus.htm" class="aiuto">about emn</a> &nbsp;|&nbsp;  <a href="contact.htm">contact</a> &nbsp;|&nbsp; <a href="links.htm">links</a>&nbsp;</div>');
document.write ('</div>');
document.write ('<div style="clear:both "></div>');
}
