var url    = '';
var url_01 = 'index.html';
var url_02 = 'agrements.html';
var url_03 = 'applications.html';
var url_04 = 'backup.html';
var url_05 = 'partenaires.html';
var url_06 = 'contacts.html';
var url_07 = 'copyright.html';

document.writeln('<div align="center">');
document.writeln('<table border="0" width="759" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td><img border="0" src="images/Sans-titre-2_02.gif" width="759" height="141" alt=""></td></tr>');
document.writeln('<tr><td background="images/Sans-titre-2_04.gif" height="29">');

document.writeln('<p align="center">');
document.writeln('<a href="'+url_01+'">Accueil</a>');
document.writeln('&nbsp;<img border="0" src="images/puce_bleu.gif" width="7" height="7">&nbsp;');
document.writeln('<a href="'+url_02+'">Agr&eacutements</a>');
document.writeln('&nbsp;<img border="0" src="images/puce_bleu.gif" width="7" height="7">&nbsp;');
document.writeln('<a href="'+url_03+'">Applications</a>');
document.writeln('&nbsp;<img border="0" src="images/puce_bleu.gif" width="7" height="7">&nbsp;');
document.writeln('<a href="'+url_04+'">Sauvegarde en Ligne</a>');
document.writeln('&nbsp;<img border="0" src="images/puce_bleu.gif" width="7" height="7">&nbsp;');
document.writeln('<a href="'+url_05+'">Partenaires</a>');
document.writeln('&nbsp;<img border="0" src="images/puce_bleu.gif" width="7" height="7">&nbsp;');
document.writeln('<a href="'+url_06+'">Nous contacter</a>');
document.writeln('&nbsp;<img border="0" src="images/puce_bleu.gif" width="7" height="7">&nbsp;');
document.writeln('<a href="'+url_07+'">Copyright</a>');
document.writeln('</p>');


document.writeln('</td></tr>');
document.writeln('<tr><td><img border="0" src="images/Sans-titre-2_05.gif" width="759" height="9" alt=""></td></tr>');
document.writeln('</table>');
document.writeln('</div>');

document.writeln('<br>');
