 /* the function showtest() includes the background image and copyright texts in the Bottom-Navigation */
function showfooter(){
document.write("<br>");	
document.write("<table width='779' border='0' align='left' cellspacing='0' cellpadding='0'>");
document.write("<tr>"); 
document.write("<td  background='../images/footerbg.jpg' align='center' height='20'>"); 
document.write("<span class='navigation2'>");
document.write("| ");

document.writeln("<a href=\"termsofuse.html\">");
document.write("<font color='#000000'>Terms of Use</font></a>");
document.write(" | ");

document.writeln("<a href=\"privacy.html\">");
document.write("<font color='#000000'>Privacy Statement</font></a>");
document.write(" |");
document.write("</span>");

document.write("</td>");
document.write("</tr>");
document.write("<tr>"); 
document.write("<td background='../images/footer_end.gif' class='navigation' align='center' height='15'>"); 
document.write("<font color='#FFFFFF'>Copyright </font><img src='../images/c_copyright.gif' width='9' height='9'><font color='#FFFFFF'> 2003, ");
document.write("Universal Pharmaceutical Laboratories Limited. All rights reserved.</font> </td>");
document.write("</tr>");
document.write("</table>");
}