//Using the cm_page object to place the menu ----
  //There are some differences between the browsers that I try to fix here.
//We also need to "replace" the menu on resize. So:
//Menu for all sub pages, includes the "Home" link

oM=new makeCM("oM"); 
oM.onresize="oM.fromLeft=cmpage.x2 - 160"
oM.resizeCheck=1; 
oM.rows=1;  
oM.onlineRoot=""; 
oM.pxBetween=5;
oM.fillImg="cm_fill.gif"; 
oM.fromTop=105; 
//oM.fromLeft=!bw.ns4?cmpage.x2 - 950:cmpage.x2 - 950
oM.fromLeft=110; 
oM.menuPlacement=0
oM.wait=300; 
oM.zIndex=0;
oM.useBar=0; 
oM.barWidth=760; 
oM.barHeight="menu"; 
oM.barX=0;oM.barY="menu"; 
oM.barClass="clBar";
oM.barBorderX=0; 
oM.barBorderY=0

oM.level[0]=new cm_makeLevel(80,16,"clT","clTover",2,2,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(150,17,"clS","clSover",2,2,"clSB",0,"right",0,0,"menu_arrow.gif",10,10);

oM.makeMenu('m1','','Home','/index.shtml');
oM.makeMenu('m10','','About');
oM.makeMenu('m20','','Schedules');
oM.makeMenu('m30','','Coaches','/coaches.php');
oM.makeMenu('m40','','Sponsors','/sponsors.php');
oM.makeMenu('m50','','Resources');
//oM.makeMenu('m60','','Discussion','forumoffline.shtml');
oM.makeMenu('m60','','Discussion','/forum');
oM.makeMenu('m70','','FAQ','/faq.shtml');
oM.makeMenu('m80','','Contact Us','/contact.shtml');
oM.makeMenu('m11','m10','About Us','/about_us.shtml','',120,0);
oM.makeMenu('m13','m10','Running Program','/about_running.shtml','',120,0);
oM.makeMenu('m14','m10','Walking Program','/about_walking.shtml','',120,0);
oM.makeMenu('m15','m10','Why it Works','/about_works.shtml','',120,0);
oM.makeMenu('m16','m10','Join Us','/about_join.shtml','',120,0);
oM.makeMenu('m17','m10','Photo Gallery','/about_gallery.php','',120,0);
oM.makeMenu('m21','m20','Weekly Schedule','/schedule.php','',125,0);
oM.makeMenu('m22','m20','Full Schedule (Requires Password)','/schedule_full.php','',125,35);
oM.makeMenu('m23','m20','Seminar Schedule','/seminars.php','',125,0);
oM.makeMenu('m51','m50','USA Video','/usafit_video.shtml','',150,0);
oM.makeMenu('m53','m50','Books and Articles','/resources_articles.shtml','',150,0);
oM.makeMenu('m54','m50','Links','/resources_links.shtml','',150,0);
oM.makeMenu('m55','m50','Newsletter','/newsletter.shtml','',150,0);
oM.makeMenu('m56','m50','USA Fit Online Store','http://www.promoplace.com/9311/stores/usafit','_blank',150,0);

oM.menuPlacement=new Array(110,160,215,295,370,455,540,625,660)
oM.construct()
