<!--
var url = document.URL;
var thedot=url.lastIndexOf(".");
var prefix=url.substring(0,thedot);
var extension="_print.html";
var target=prefix+extension;

document.writeln(
'<TABLE width="158" border="0" cellspacing="0" cellpadding="0">'
);
document.writeln(
'<TR CLASS="fondmenu">'
);
document.writeln(
'<TD width="158" valign="top" class="menu">'
);
document.writeln(
'<p CLASS="stacco15"><img src="../SHAREDIMG/NAVIGATION/quadro.gif"'
); 
document.writeln(
'width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="index.html" class="menu">'
);
document.writeln(
'Pagina iniziale</a><BR>'
);
document.writeln(
'<img src="../SHAREDIMG/NAVIGATION/quadro.gif"'
); 
document.writeln(
'width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="javascript:history.back(1)" class="menu">'
);
document.writeln(
'Indietro</a><BR>'
);
document.writeln(
'<img src="../SHAREDIMG/NAVIGATION/quadro.gif"'
); 
document.writeln(
'width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="',target,'" class="menu">'
);
document.writeln(
'Versione stampabile</a></p>'
);
document.writeln(
'<p><img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="libri.html" class="menu">'
);
document.writeln(
'LIBRI</a><br>'
);
document.writeln(
'<img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="eventi.html" class="menu">'
);
document.writeln(
'EVENTI</a></p>'
);
document.writeln(
'<p><img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="traduzioni.html" class="menu">'
);
document.writeln(
'TRADUZIONI</a><br>'
);
document.writeln(
'<img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="pubblicazioni.html" class="menu">'
);
document.writeln(
'PUBBLICAZIONI</a><BR>'
);
document.writeln(
'   <img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="premi.html" class="menu">'
);
document.writeln(
'PREMI LETTERARI</a></p>'
);
document.writeln(
'<p><img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="biografia.html" class="menu">'
);
document.writeln(
'BIOGRAFIA</a><BR>'
);
document.writeln(
'<img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="cv.html" class="menu">'
);
document.writeln(
'C.V.</a></p>'
);
document.writeln(
'<p><img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="../FRANCAIS/index.html" class="menu">'
);
document.writeln(
'Fran&ccedil;ais</a><BR>'
);
document.writeln(
'   <img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="../ENGLISH/index.html" class="menu">'
);
document.writeln(
'English</a><BR>'
);
document.writeln(
'   <img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="../ESPANOL/index.html" class="menu">'
);
document.writeln(
'Castellano</a></p>'
);
document.writeln(
'<!-- <P CLASS="indented">'
);
document.writeln(
'Guia Risari<BR>'
);
document.writeln(
'1, rue Godolin<BR>'
);
document.writeln(
'31000 TOULOUSE<BR>'
);
document.writeln(
'Francia<BR>'
);
document.writeln(
'Tel. +33 (0)5 62728361</P> -->'
);
document.writeln(
'<P CLASS="indented">'
);
document.writeln(
'<A href="mailto:guiait@libero.it" class="menu">guiait@libero.it</a>'
);
document.writeln(
'</P><P>'
);
document.writeln(
'</tr>'
);
document.writeln(
'<tr>'
);
document.writeln(
'<td height="1" width="158" CLASS="titleline"></td>'
);
document.writeln(
'</tr>'
);
document.writeln(
'<tr>'
);
document.writeln(
'<td height="2" width="158" CLASS="fondmenu"></td>'
);
document.writeln(
'</tr>'
);
document.writeln(
'</table>'
);
// -->
