var str="";
str+="<table width=100% border=0 cellspacing=0 cellpadding=4><tr><td align=center class=bottom>";
str+="<a href=index.html class=bottom>Accueil</a>|<a href=about1.html class=bottom>A propos de Regen</a>|";
str+="<a href=corporate1.html class=bottom> Informations sur l'entreprise</a>|<a href=shop.html class=bottom>";
str+="Achat en ligne </a>|<a href=faq.html class=bottom>Questions</a>|";
str+="<a href=testimonials.html class=bottom>Témoignages</a>|<a href=contact.html class=bottom>";
str+="Nous contacter</a><br>";
str+="Copyright &copy; Raylon Industries. Tous droits et contenu réservés.<br>";
str+="Moteur: Calcutta Computer Company";
str+="</td></tr></table>";
document.write (str);