function menu()
{
document.write('<font face="Tahoma" color="#ffffff" size="2" >');
document.write('<a href="citroen_saxo.htm" target="_top"><strong>Citroën Saxo</strong><br></a>');
document.write('<a href="specifications.htm" target="_top"><strong>Spécifications</strong><br></a>');
document.write('<a href="proprietaire.htm" target="_top"><strong>Le propriétaire</strong><br></a>');
document.write('<p>');

document.write('<a href="exterieur.htm" target="_top"><strong>Extérieur</strong><br></a>');
document.write('<a href="interieur.htm" target="_top"><strong>Intérieur</strong><br></a>');
document.write('<a href="sono.htm" target="_top"><strong>Sono - HIFI</strong><br></a>');

document.write('<p>');

document.write('<a href="photos.htm" target="_top"><strong>Photos</strong><br></a>');
document.write('<a href="http://saxovtc.12dreams.com" target="_blank"><strong>Autres Saxo</strong><br></a>');
document.write('<a href="liens.htm" target="_top"><strong>Liens</strong><br></a>');
document.write('<a href="a_propos.htm" target="_top"><strong>A Propos</strong><br></a>');
}