// <!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="200" bgcolor="#36648B"><tr><td>');


document.write('<span class="menutitle">Company</span><br />');

// START LINKS

document.write('<a href="index.html" style="color:#FFFFFF">Home</a><br />');

document.write('<a href="philosophy.html" style="color:#FFFFFF">Wellness Philosophy</a><br/ >');

document.write('<a href="aaim.html" style="color:#FFFFFF">AAIM</a><br/ >');

document.write('<a href="privacy.html" style="color:#FFFFFF">Privacy</a><br />');

document.write('<a href="disclaimer.html" style="color:#FFFFFF">Disclaimer</a><br />');


// SALES

document.write('<hr><br />');

document.write('<span class="menutitle">EPFX</span><br>');

document.write('<a href="advantagepackage.pdf" target="_blank" style="color:#FFFFFF">Purchase Package</a></span><br />');

document.write('<a href="https://www.timeinvestment.com/DealerWeb/OnlineApplications/Sites/US/CreditApplication.htm" target="_blank" style="color:#FFFFFF">Financing</a></span><br />');

document.write('<a href="http://thequantumalliance.ca/english/importation.html" target="_blank" style="color:#FFFFFF">Importation Agreement</a></span><br />');

document.write('<a href="video.html" style="color:#FFFFFF">Video</a></span><br />');


// SERVICES

document.write('<hr><br />');

document.write('<span class="menutitle">Our Services</span><br />');

document.write('<a href="menu.html" style="color:#FFFFFF">Menu of Services</a><br />');

document.write('<a href="tutoring.html" style="color:#FFFFFF">1:1 Tutoring</a><br />');

document.write('<a href="biofeedback.html" style="color:#FFFFFF">Quantum Biofeedback</a><br />');

document.write('<a href="what-to-expect.html" style="color:#FFFFFF">What to Expect</a><br />');

document.write('<a href="schedule.html" style="color:#FFFFFF">Schedule an Appointment</a><br />');


// PRODUCTS

document.write('<hr><br />');

document.write('<span class="menutitle">Products</span><br />');

document.write('<a href="http://focusonhealth.us/docs/products-list.pdf" style="color:#FFFFFF">Product List</a><br />');

//document.write('<a href="http://liquidity.myvoffice.com/focusonhealth/" style="color:#FFFFFF">Liquidity Products</a><br />');

document.write('<a href="nrg.html" style="color:#FFFFFF">NRG Bio Imprinter</a><br />');

document.write('<a href="http://www.youngliving.com/focusonhealth" style="color:#FFFFFF">Young Living Oils</a><br />');

// EVENTS

document.write('<hr><br />');

document.write('<span class="menutitle">Upcoming Events</span><br />');

document.write('<a href="http://www.thequantumcenter.com/training/courses/" style="color:#FFFFFF">Academic Calendar</a><br />');

document.write('<a href="http://focusonhealth.us/academic-courses.htm" style="color:#FFFFFF">Academic Courses</a><br />');

document.write('<a href="http://focusonhealth.us/online-courses.htm" style="color:#FFFFFF">Online Courses</a><br />');

//document.write('<a href="http://drfaithnelson.us/adventure-with-faith.htm" style="color:#FFFFFF">Workshops</a><br />');


// SUPPORT

document.write('<hr><br>')

document.write('<span class="menutitle">Support</span><br />');

document.write('<a href="links.html" style="color:#FFFFFF">Links</a><br />');

document.write('<a href="forms.html" style="color:#FFFFFF">Forms</a><br />');

document.write('<a href="contact.html" style="color:#FFFFFF">Contact</a><br /><br />');

// THIS IS THE GRAPHIC UNDER THE MENU

document.write('</td></tr></table>');


//  End -->