<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')

// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('Nos produits:');
document.write('<br></span><span class="sidebarlinks">');

document.write('<a href="index.php">Accueil</a><br>');
document.write('<a href="medicenvoi.htm">medicenvoi</a><br>');
document.write('<a href="drnetcps.htm">Docteur Net Cps</a><br>');
document.write('<a href="drnethprim.htm">Docteur Net Hprim</a><br>');
document.write('<a href="produits.htm">Produits</a><br>');
document.write('</span>');


// START TOPIC 2

document.write('<br>');
document.write('<span class="sidebartitle">');
document.write('Liens :');
document.write('</span>');
document.write('<a href="telechargement.htm">Téléchargement</a><br>');
document.write('<a href="tarifs.php">Tarifs produits</a><br>');
document.write('<a href="decrets.htm">Décrets</a><br>');
document.write('<a href="videos.htm">Vidéos explicatives</a><br>');
document.write('<a href="liens.htm">Nos liens</a><br>');
document.write('<a href="coordonnees.htm">Nos coordoonnées</a><br>');
document.write('<a href="contact.php">Nous contacter</a><br>');
document.write('</span>');
document.write('</span>');

//  End -->
