//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=150; 
//oM.fromLeft=!bw.ns4?cmpage.x2 - 950:cmpage.x2 - 950
oM.fromLeft=1; 
oM.menuPlacement=0
oM.wait=300; 
oM.zIndex=0;
oM.useBar=0; 
oM.barWidth=800; 
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('m1','','Home','index.shtml');
oM.makeMenu('m10','','What is AR?','what_is.shtml');
oM.makeMenu('m20','','The Programs','','',120,0);
oM.makeMenu('m21','m20','Spring','spring.shtml');
oM.makeMenu('m22', 'm20','Fall', 'fall.shtml');
oM.makeMenu('m30','','Coaches','coaches.shtml');
oM.makeMenu('m40','','FAQs','FAQ.shtml');
oM.makeMenu('m50','','Sign Up!','signup.shtml');
//oM.makeMenu('m60','','Schedule','schedule_spr.php');
oM.makeMenu('m70','','Links','links.shtml');
oM.makeMenu('m80','','Images','');
oM.makeMenu('m90','','Forum','/phpBB');
oM.makeMenu('m100','','Contact Us','contact.shtml');
oM.makeMenu('m81','m80','Photo','about_gallery.php');
oM.makeMenu('m82','m80','Video','video.shtml');


var avail="55+((cmpage.x2-235)/8)";
oM.menuPlacement=new Array(0,75,150,260,330,400,480,545,600,655,720)

oM.construct()