<!--
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(
'D&eacute;marrage</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(
'Retour</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(
'Version imprimable</a></p>'
);
document.writeln(
'<p><img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="livres.html" class="menu">'
);
document.writeln(
'LIVRES</a><br>'
);
document.writeln(
'<img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="evenements.html" class="menu">'
);
document.writeln(
'EVENEMENTS</a></p>'
);
document.writeln(
'<p><img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="publications.html" class="menu">'
);
document.writeln(
'PUBLICATIONS</a><BR>'
);
document.writeln(
'   <img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="traductions.html" class="menu">'
);
document.writeln(
'TRADUCTIONS</a><BR>'
);
document.writeln(
'   <img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="prix.html" class="menu">'
);
document.writeln(
'PRIX LITTERAIRES</a><br>'
);
document.writeln(
'<p><img src="../SHAREDIMG/NAVIGATION/quadro.gif" width="4" height="6"'
);
document.writeln(
'hspace="3" align="bottom" alt=""><a href="biographie.html" class="menu">'
);
document.writeln(
'BIOGRAPHIE</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="../ITALIANO/index.html" class="menu">'
);
document.writeln(
'Italiano</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(
'Tél. 0562728361</P> -->'
);
document.writeln(
'<P CLASS="indented">'
);
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>'
);
// -->
