/* Copyright © 2009 Intuitive Life - All rights reserved */
/*-- JS Menu File */

<!-- document.write(""); -->

document.write("<DIV align=left style=\"position:relative; left:0px; top:0px; height:24px; width:900px; background:#000066; border:0px solid #000066; z-index:1\">");
document.write("<div align=left style=\"position:relative; height:24px; width:900px; background:#000066; border:0px solid green;  z-index:2\">");

document.write("<UL id=\"menubar\">");
document.write("<li id=\"menubar-edge\"><a href=\"http://MyLifeCoachEd.com/index.htm\">Home</a></li>");

document.write("<li><a href=\"#\" onmouseover=\"openmenu('m1')\" onmouseout=\"closemenutime()\">Coaching</a>");
document.write("<div id=\"m1\" left:0; top:0; onmouseover=\"menuclosetime()\" onmouseout=\"closemenutime()\">");
document.write("<a href=\"http://MyLifeCoachEd.com/HowCoachingWorks.htm\">How Coaching Works</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/GettingStarted.htm\">Getting Started</a>");
document.write("<a href=\"http://ExecutiveLifeBalance.com\">Executive Coaching</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/LifeBalanceCoaching.htm\">Life Balance Coaching</a>");
document.write("<a href=\"http://ExecutiveCoachEd.com\">Productivity Coaching</a>");
document.write("<a href=\"http://ExecutiveLifeBalance.com\">Business Coaching</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/TelephoneCoaching.htm\">Telephone Coaching</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/CodeOfEthics.htm\">Code of Ethics</a>");
document.write("</div>");
document.write("</li>");

document.write("<li><a href=\"#\" onmouseover=\"openmenu('m2')\" onmouseout=\"closemenutime()\">Coaching Results</a>");
document.write("<div id=\"m2\" onmouseover=\"menuclosetime()\" onmouseout=\"closemenutime()\">");
document.write("<a href=\"http://MyLifeCoachEd.com/CaseStudies.htm\">Case Studies</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/Testimonials.htm\">Testimonials &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>");
document.write("</div>");
document.write("</li>");

document.write("<li><a href=\"#\" onmouseover=\"openmenu('m3')\" onmouseout=\"closemenutime()\">Resources</a>");
document.write("<div id=\"m3\" onmouseover=\"menuclosetime()\" onmouseout=\"closemenutime()\">");
document.write("<a href=\"http://MyLifeCoachEd.com/CoachingFAQ.htm\">21 Coaching FAQs</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/newsletter/index.htm\">Newsletter</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/friends/index.htm\">My Friends</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/Articles.htm\">Articles</a>");
document.write("<a href=\"http://mylifecoached.com/lifebalancemeditation/index.htm\">Life Balance Meditation</a>");
document.write("</div>");
document.write("</li>");


document.write("<li><a href=\"#\" onmouseover=\"openmenu('m4')\" onmouseout=\"closemenutime()\">FREE Stuff</a>");
document.write("<div id=\"m4\" onmouseover=\"menuclosetime()\" onmouseout=\"closemenutime()\">");
document.write("<a href=\"http://americaslifebalanceexpert.com\">21 Ways Video Workshop</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/FreeLifeAssessment.htm\">Quality of Life Assessment</a>");
document.write("<a href=\"http://mylifecoached.com/99quotes/index.htm\">99 Quotes eBook</a>");
document.write("<a href=\"http://MyLifeCoachEd.com/Newsletter.htm\">Newsletter</a>");
document.write("<!-- <a href=\"http://mylifecoached.com/askacoach/index.htm\">Ask-A-Coach</a> -->");
document.write("<!-- <a href=\"http://lifebalancevideos.mylifecoached.com\">Life Balance Videos</a> -->");
document.write("<a href=\"http://PHSvideos.com\" target=\"_new\">Psychic Holistic Spotlight Videos</a>");
document.write("</div>");
document.write("</li>");


document.write("<li><a href=\"http://MyLifeCoachEd.com/MeetCoachEd.htm\">Meet Coach Ed</a>");
document.write("</li>");

document.write("<li><a href=\"ContactCoachEd.htm\" onmouseover=\"openmenu('m5')\" onmouseout=\"closemenutime()\">Contact Coach Ed</a>");
document.write("<div id=\"m5\" onmouseover=\"menuclosetime()\" onmouseout=\"closemenutime()\">");
document.write("<a href=\"ContactCoachEd.htm\">By Email</a>");
document.write("</div>");
document.write("</li>");

document.write("</UL>");

document.write("</div>");
document.write("</DIV>");

