 /* 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'>使用條款</font></a>");
document.write(" | ");

document.writeln("<a href=\"privacy.html\">");
document.write("<font color='#000000'>私隱政策聲明</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='navigation2' align='center' height='15'>"); 
document.write("<font color='#FFFFFF'>版權所有</font> <img src='../images/c_copyright.gif' width='9' height='9'> <font color='#FFFFFF'>2003, 環球製藥有限公司.</font> </td>");
document.write("</tr>");
document.write("</table>");
}