// JavaScript Document
function menu4(){
document.write("<TABLE CELLSPACING='0' CELLPADDING='0' BORDER='0'>");
document.write("<TBODY>");
document.write("<TR>");
document.write("<TD ALIGN='CENTER' NOWRAP>");
document.write("<A HREF='e-about.htm' CLASS='footlink2' TITLE='About Us'>About Us</A> | ");
document.write("<A HREF='e-p-grain.htm' CLASS='footlink2' TITLE='Organic & Natural Foods'>Organic & Natural Foods</A> | ");
document.write("<A HREF='e-p-funcion.htm' CLASS='footlink2' TITLE='Functional Foods'>Functional Foods</A> | ");
document.write("<A HREF='e-p-supple.htm' CLASS='footlink2' TITLE='Supplements'>Supplements</A> | ");
document.write("<A HREF='e-order.htm' CLASS='footlink2' TITLE='How to order'>How to order</A><BR>");
document.write("<A HREF='e-bioscan.htm' CLASS='footlink2' TITLE='BioScan Body Checkup Device'>BioScan Body Checkup Device</A> | ");
document.write("<A HREF='e-hottopic.htm ' CLASS='footlink2' TITLE='Hot Topic'>Hot Topic</A> | ");
document.write("<A HREF='e-receipt.htm' CLASS='footlink2' TITLE='Recipe'>Recipes</A> | ");
document.write("<A HREF='e-contact.htm' CLASS='footlink2' TITLE='Contact Us'>Contact Us</A> | ");
document.write("<A HREF='e-hotnews.htm' CLASS='footlink2' TITLE='Hot news!'>Hot news!</A><BR>");

document.write("<A HREF='e-p-funcion.htm#c' CLASS='footlink2' TITLE='Diabetes'>Diabetes</A> | ");
document.write("<A HREF='e-p-funcion.htm#d' CLASS='footlink2' TITLE='High Cholesterol Level'>High Cholesterol Level</A> | ");
document.write("<A HREF='e-p-funcion.htm#e' CLASS='footlink2' TITLE='High Triglyceride Level'>High Triglyceride Level</A> | ");
document.write("<A HREF='e-p-funcion.htm#f' CLASS='footlink2' TITLE='High Blood Pressure'>High Blood Pressure</A><BR>");
document.write("<A HREF='e-p-funcion.htm#g' CLASS='footlink2' TITLE='Over-Weight'>Over-Weight</A> | ");
document.write("<A HREF='e-p-funcion.htm#h' CLASS='footlink2' TITLE='Gout'>Gout</A> | ");
document.write("<A HREF='e-p-funcion.htm#i' CLASS='footlink2' TITLE='Constipation'>Constipation</A> | ");
document.write("<A HREF='e-p-funcion.htm#j' CLASS='footlink2' TITLE='Eczema'>Eczema</A> | ");
document.write("<A HREF='e-p-funcion.htm#k' CLASS='footlink2' TITLE='Cancer'>Cancer</A><BR><BR>");
document.write("</TD>");
document.write("</TR>");
document.write("</TBODY>");
document.write("</TABLE>");
}

