oM=new makeCM("oM"); 
oM.resizeCheck=1; 
oM.rows=1;  
oM.onlineRoot=""; 
oM.offlineRoot=""; 
oM.pxBetween=0; 
oM.fillImg="images/menu/cm_fill.gif"; 
oM.fromTop=150; 
oM.fromLeft=200; 
oM.wait=300; 
oM.zIndex=400;
oM.useBar=0; oM.barWidth=596; //"100%"
oM.barHeight="menu"; oM.barX=0; oM.barY="menu"; oM.barClass="clBar";
oM.barBorderX=0; oM.barBorderY=0;
// (cell width,cell height, normal style, over style, ?,?)
oM.level[0]=new cm_makeLevel(118,21,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(130,22,"clS","clSover",1,1,"clB",0,"right",0,0,0,0,0);
oM.level[2]=new cm_makeLevel(100,22,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(100,22);

oM.makeMenu('m01','','Services','');
oM.makeMenu('m0101','m01','Service Offerings','services.html');
oM.makeMenu('m0102','m01','Tools & Technologies','tools.html');
oM.makeMenu('m0103','m01','Methodologies','method.html');

oM.makeMenu('m02','','Samples','');
oM.makeMenu('m0201','m02','Sample Web Sites','samples.html');

oM.makeMenu('m03','','Resources','');
oM.makeMenu('m0301','m03','For Technical Writers','links.html');

oM.makeMenu('m04','','Company Info','');
oM.makeMenu('m0401','m04','Clients','clients.html');
oM.makeMenu('m0402','m04','Industries Served','industry.html');
oM.makeMenu('m0403','m04','Contact Us','contact.html');

//var avail="190+((cmpage.x2-235)/7)"; 
//oM.menuPlacement=new Array(192,avail+"-11",avail+"*2-8",avail+"*3-12",avail+"*4-7",avail+"*5-9",avail+"*6+5")
oM.menuPlacement=new Array(5,123,241,359,477)
oM.construct()