/* the function "showtest()" includes the background image and copyright texts in the "Bottom-Navigation" */
function showtest(){	
document.write("<br>");	
document.write("<table width='780' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>"); 
document.write("<td height='15' align='left' class='smalltext'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.ulead.fr/products/runme.htm'><font color='#999999'>Produits</font></a><font color='#999999'> | <a href='http://www.ulead.fr/store/runme.htm'><font color='#999999'>Comment acheter</a> | <a href='http://www.ulead.fr/download/runme.htm'><font color='#999999'>Téléchargement gratuit</a> | <a href='http://www.ulead.fr/register/runme.htm'><font color='#999999'>Enregistrement</a> | <a href='http://www.ulead.fr/tech/runme.htm'><font color='#999999'>Assistance</a> | <a href='http://www.ulead.fr/partnercenter/runme.htm'><font color='#999999'>Centre D'Associé</a> | <a href='http://www.ulead.fr/aboutulead/runme.htm'><font color='#999999'>A propos de Ulead</a></font></td>");
document.write("</tr>");
document.write("<tr><td>");
document.write("<img src='http://www.ulead.fr/images/footer_top.gif' width='780' height='36'>");
document.write("</td></tr>");
document.write("<tr><td background='http://www.ulead.fr/images/footer_top2.gif' class='navigation' align='center' height='15'>");
document.write("<font color='#FFFFFF'>Copyright</font>"+"<img src='http://www.ulead.fr/images/c.gif' width='9' height='9'>"+"<font color='#FFFFFF'>2004, Ulead Systems, Inc. Tous droits réservés. |</font>"+"<a href='http://www.ulead.fr/aboutulead/terms.htm'><font color='#FFFFFF'>Termes d'utilisation</font></a>"+"<font color='#FFFFFF'>|</font>"+"<a href='http://www.ulead.fr/aboutulead/privacy.htm' color='#FFFFFF'><font color='#FFFFFF'>Confidentialité</font></a>"+"<font color='#FFFFFF'>|</font>"+"<a href='http://www.ulead.fr/search/map.htm' color='#FFFFFF'><font color='#FFFFFF'>Carte de Site</font></a>");
document.write("</td></tr>");
document.write("</table>");

}