 /* 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.com/products/runme.htm'><font color='#999999'>Products</font></a><font color='#999999'> | <a href='http://www.ulead.com/store/runme.htm'><font color='#999999'>How to Buy</a> | <a href='http://www.ulead.com/download/runme.htm'><font color='#999999'>Free Downloads</a> | <a href='http://www.ulead.com/register/runme.htm'><font color='#999999'>Registration</a> | <a href='http://www.ulead.com/tech/runme.htm'><font color='#999999'>Support</a> | <a href='http://www.ulead.com/partnercenter/runme.htm'><font color='#999999'>Partner Center</a> | <a href='http://www.ulead.com/aboutulead/runme.htm'><font color='#999999'>About Ulead</a></font></td>");
document.write("</tr>");
document.write("<tr>"); 
document.write("<td> <img src='http://www.ulead.com/images/footer_top.gif' width='780' height='36'>"); 
document.write("</td>");
document.write("</tr>");
document.write("<tr>"); 
document.write("<td background='http://www.ulead.com/images/footer_top2.gif' class='navigation' align='center' height='15'>"); 
document.write("<font color='#FFFFFF'>Copyright</font> <img src='http://www.ulead.com/images/c.gif' width='9' height='9'> <font color='#FFFFFF'>2003,Ulead Systems, Inc. All rights reserved. |</font> <a href='http://www.ulead.com/aboutulead/terms.htm'><font color='#FFFFFF'>Terms of Use</font></a> <font color='#FFFFFF'>|</font> <a href='http://www.ulead.com/aboutulead/privacy.htm' color='#FFFFFF'><font color='#FFFFFF'>Privacy Statement</font></a> <font color='#FFFFFF'>|</font> <a href='http://www.ulead.com/search/map.htm' color='#FFFFFF'><font color='#FFFFFF'>Site Map</font></a></td>");
document.write("</tr>");
document.write("</table>");
}