oM=new makeCM("oM");
oM.resizeCheck=1;
oM.rows=0;
oM.onlineRoot="";
oM.pxBetween =0; 
oM.menuPlacement="left";
oM.fillImg="dhtml/cm_fill.gif";
oM.fromTop=225;
oM.fromLeft=4;
oM.wait=400;
oM.zIndex=400;

/* Background bar
oM.useBar=1;
oM.barWidth="menu";
oM.barHeight="menu";
oM.barX="menu";
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;
*/

/************************************
myCoolMenu.level[x]=new cm_makeLevel(width, height, regClass, overClass, borderX, borderY, borderClass, rows, align, offsetX, offsetY, arrow, arrowWidth, arrowHeight, roundBorder)
*************************************/
oM.level[0]=new cm_makeLevel(153,40,"clT","clTover",0,0,"clB",0,"left",300,10,0,0,0,0);
oM.level[1]=new cm_makeLevel(200,23,"clS","clSover",0,0,"clB",0,"right",0,0,"../dhtml/menu_arrow.gif",10,10);
oM.level[2]=new cm_makeLevel(150,23,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(150,23);

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
//oM.makeMenu('m1','','Career Portal','http://careerportal.cpiworld.com');
oM.makeMenu('m2','','Assessments','');
oM.makeMenu('m3','','Job Transitions','');
//oM.makeMenu('m4','','CPI Site','http://www.cpiworld.com');
//oM.makeMenu('m5','','Coaching & Training','');
oM.makeMenu('m6','','Left Field','');
oM.makeMenu('m7','m2','EQ-I','/aboutus/eq_i.php');
oM.makeMenu('m8','m2','MBTI','/aboutus/mbti.php');
oM.makeMenu('m9','m2','Temperament','/aboutus/temperament.php');
oM.makeMenu('m10','m3','Big Career Mistakes','/aboutus/big_career-mistakes.php');
oM.makeMenu('m11','m3','Leaving a Job','/aboutus/leaving_a_job.php');
oM.makeMenu('m12','m3','Preparing for an Interview','/aboutus/preparing_for_the_interview.php');
oM.makeMenu('m13','m3','4 Keys to an Effective Job Search','/aboutus/4_keys_to_an_effective_job_search.php');
oM.makeMenu('m14','m3','Executive MBA Links','/aboutus/exec_mba_links.php');
oM.makeMenu('m15','m5','Executive','/aboutus/training_development_&teambuilding.php#executive');
oM.makeMenu('m16','m5','Supervisory','/aboutus/training_development_&teambuilding.php#supervisory');
oM.makeMenu('m17','m5','Lean','/aboutus/training_development_&teambuilding.php#lean');
oM.makeMenu('m18','m6','NCD','/aboutus/left_field.php#ncd');
oM.makeMenu('m19','m6','TOC','/aboutus/left_field.php#toc');
oM.makeMenu('m20','m6','Fifth Discipline','/aboutus/left_field.php#fifth');
oM.makeMenu('m21','m6','Leadership','/aboutus/left_field.php#leadership');

oM.construct()