// NOTE: If you use a ' add a slash before it like this \'


// START MENU LINKS - COPY ANY 2 LINES TO ADD A NEW MENU ITEM

document.write('<a href="contact.htm" class="menu">Contact</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="gallery9.html" class="menu">ARTICLES CLUBS</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="Conditions.htm" class="menu">Conditions de vente</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="MentionsLegales.htm" class="menu">Mentions légales</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="https://www.paypal.com/cart/business=service-email@wanadoo.fr&display=1" target="paypal" class="menu">Votre Panier</a>');
document.write('</td><td>|</td><td>');

//  End -->