<!-- Begin

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

// MENU OPTIONS

var showimage		= "yes"			// SHOW FLASH IMAGE CHANGER
var imaglink		= "index_e.htm"		// SMALL IMAGE PAGE LINK
var imaglink_f		= "index.html"		// SMALL IMAGE PAGE LINK

var topspace		= "40"			// IMAGE TOP SPACING
var bottomspace		= "26"			// IMAGE BOTTOM SPACING
var menuspace		= "36"			// SPACE BETWEEN TOP/BOTTOM MENU





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth"><tr><td nowrap>');

// START LINKS //

document.write('<a href="index.html" class="menu">Accueil</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about_f.htm" class="menu">A propos de nous</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="trails_f.htm" class="menu">Sur les routes de Provence</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sitemap.htm" class="menu">Plan du Site</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links_f.htm" class="menu">Liens</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="paypal_f.htm" class="menu">Payements individualis&eacute;s</a>');


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


// END TOP LINKS //




document.write('</td></tr><tr><td align="center">');
document.write('<img src="picts/spacer.gif" width="175" height="'+menuspace+'"></a><BR>');




// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap class="storemenu">');
document.write('&nbsp;La Boutique');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="f_tablecloths_standard.htm" class="menu">Les nappes standard</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="f_tablecloths_jacquard.htm" class="menu">Les nappes jacquard</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="f_tablecloths_luxe.htm" class="menu">Les nappes de luxe</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="f_lavender.htm" class="menu">Savons, lavande, etc.</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="tissus_f.htm" class="menu">Tissus</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="f_brunelli.htm" class="menu">Literie</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="f_autres.htm" class="menu">Autres</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="f_provencal_tablecloths.htm" class="menu3">EN SOLDE</a>');

// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="f_others.htm" class="menu">Autres</a>');


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center">');

document.write('<img src="picts/spacer.gif" width="175" height="'+topspace+'"></a><br>');

// MENU IMAGE
   if (showimage == "yes") {
document.write('<img src="picts/menu_image.jpg" border="0" width="100" height="100" class="borders"><br>');
}

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');



document.write('<a href="'+imaglink+'"><img src="picts/anglais.jpg" border="0" width="60" height="35" class="borders"></a><br>');
document.write('<a href="index_e.htm" class="menu2">English</a>');
document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');
document.write('<a href="'+imaglink_f+'"><img src="picts/francais.jpg" border="0" width="60" height="35" class="borders"></a><br>');
document.write('<a href="index.html" class="menu2">fran&ccedil;ais</a>');




document.write('</td></tr></table>');

//  End -->
