// JavaScript Document
function menu3(){
document.write("<TABLE CELLSPACING='0' CELLPADDING='0' BORDER='0' WIDTH='100%'>");
document.write("<TBODY>");
document.write("<TR>");
document.write("<TD ALIGN='CENTER' NOWRAP><BR>");
document.write("<A HREF='e-product.htm' CLASS='footlink1' TITLE='Product Information'>Product Information</A> | ");
document.write("<A HREF='e-order.htm' CLASS='footlink1' TITLE='How to order'>How to order</A> | ");
document.write("<A HREF='e-bioscan.htm' CLASS='footlink1' TITLE='BioScan Body Checkup Device'>BioScan Body Checkup Device</A> | ");
document.write("<A HREF='e-policy.htm' CLASS='footlink1' TITLE='Privacy Policy'>Privacy Policy</A> | ");
document.write("<A HREF='e-sitemap.htm' CLASS='footlink1' TITLE='Site Map'>Site Map</A> | ");
document.write("<A HREF='e-contact.htm' CLASS='footlink1' TITLE='Contact Us'>Contact Us</A>");
document.write("</TD>");
document.write("</TR>");
document.write("</TBODY>");
document.write("</TABLE>");
}

