function popupWindow(thePage,theWidth,theHeight)
 {
 	var dt = new Date()
	var ss = dt.getSeconds();
   popUp = window.open(thePage, "window"+ss, "menubar=yes,scrollbars=yes,resizable=no,status=yes,width="+theWidth+",height="+theHeight);
   popUp.focus();
 } 

document.writeln('<div style="letter-spacing:-0.5pt; background:url(../images/bottom_egg_facts.png) bottom no-repeat; height:55px; text-align:center;">');
document.writeln('<div style="padding-top:20px">');
document.writeln('<a href="../index.htm" class="text_link2">Accueil</a> | ');
document.writeln('<a href="../about_us/index.htm" class="text_link2">À propos de nous</a> | ');
document.writeln('<a href="../our_products/index.htm" class="text_link2">Nos produits</a> |');
document.writeln('<a href="../nutrition_health/index.htm" class="text_link2">Nutrition</a> | ');
document.writeln('<a href="../recipe_nest/index.htm" class="text_link2">Coin recettes</a> | ');
document.writeln('<a href="../faqs/index.htm" class="text_link2">FAQ</a> | ');
document.writeln('<a href="../egg_facts/index.htm" class="text_link2">À propos des œufs</a> | ');
document.writeln("<a href=\"../newsletter/index.htm\" class=\"text_link2\">Inscription à l'infolettre</a><br>");
document.writeln('<a href="../contact_us/index.htm" class="text_link2">Nous joindre</a> | ');
document.writeln('<a href="../sitemap.htm" class="text_link2">Carte du site</a> |');
document.writeln('<a href="../privacy.htm" onclick="popupWindow(\'../privacy_fr.htm\',628,600);return false;" class="text_link2">Politique de confidentialité</a> | ');
document.writeln('<a href="../../index.htm" class="text_link2">English</a><br>');
document.writeln('</div>');
document.writeln('</div>');
