//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 main page, without 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=78; 
//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(102,17,"clS","clSover",2,2,"clSB",0,"right",0,0,"menu_arrow.gif",10,10);

oM.makeMenu('m10','','About');
oM.makeMenu('m20','','Sponsors','/partners.shtml');
oM.makeMenu('m30','','Schedules');
oM.makeMenu('m40','','Discussion','/discussion_offline.shtml');
oM.makeMenu('m50','','Pictures','/pictures/pictures.shtml');
oM.makeMenu('m60','','Resources','/resources.shtml');
oM.makeMenu('m70','','FAQ');
oM.makeMenu('m80','','Contact Us','/contact.shtml');
oM.makeMenu('m11','m10','About Boulder Fit','/about.shtml','',120,0);
oM.makeMenu('m13','m10','Boulder Fit Coaches','/about_coaches.shtml','',120,0);
oM.makeMenu('m14','m10','Join Boulder Fit','/about_join.shtml','',120,0);
oM.makeMenu('m31','m30','Marathon Schedule','/schedule_marathon.php','',125,0);
oM.makeMenu('m32','m30','Half Marathon Schedule','/schedule_half.php','',125,0);
oM.makeMenu('m33','m30','Seminar Schedule','/seminars.php','',125,0);
oM.makeMenu('m61','m60','Running Resources','/resources.shtml','',125,0);
oM.makeMenu('m62','m60','Injury Prevention','/injuryprevention.shtml','',125,0);
oM.makeMenu('m63','m60','Stretches','/images/Stretches05.pdf','',125,0);
oM.makeMenu('m64','m60','Distance Chart','images/distancechart2005.pdf','',125,0);
oM.makeMenu('m65','m60','Running Route Map','/images/BFmap2005.pdf','',125,0);
oM.makeMenu('m71','m70','Boulder Fit FAQ','/faq.shtml','',150,0);
oM.makeMenu('m72','m70','Shoe FAQ','/shoefaq.shtml','',150,0);
// oM.makeMenu('m73','m70','Website FAQ','/resources_links.shtml','',150,0);


var avail="55+((cmpage.x2-235)/8)";
oM.menuPlacement=new Array(100,160,240,320,405,485,575,625)

oM.construct()