	oM = new makeCM('oM');
	oM.resizeCheck = 1;
	oM.rows        = 1;
	oM.onlineRoot  = '';
	oM.pxBetween   = 5; 
	oM.fillImg     = 'images/menuFillImage.png';
	oM.fromTop     = 0; /* position on page from top */
	oM.fromLeft    = 0; /* ignored if menuPlacement below = right bcause menu will start from absolute right*/
	oM.wait        = 200;
	oM.zIndex      = 400;
	oM.useBar      = 0;
	oM.barWidth    = '';
	oM.barHeight   = '';
	oM.barX        = '';
	oM.barY        = '';
	oM.barClass    = '';
	oM.barBorderX  = 1;
	oM.barBorderY  = 1;
	oM.slidepx     = 1;
	oM.slidetim    = 10;
	oM.menuPlacement = 'top'; /* decides if menu is left or right-justified */

/* 
 * Top menu level definitions
 *
 */

	oM.level[0]=new cm_makeLevel();
	oM.level[0].width=200;
	oM.level[0].height=16;
	oM.level[0].regClass="clMenuTop";
	oM.level[0].overClass="clMenuTopOver";
	oM.level[0].borderX=0;
	oM.level[0].borderY=0;
	oM.level[0].borderClass="";
	oM.level[0].align="bottom";
	oM.level[0].offsetX=0;
	oM.level[0].offsetY=0;
	oM.level[0].rows=0;
	oM.level[0].arrow=0;
	oM.level[0].arrowWidth=0;
	oM.level[0].arrowHeight=0;
	oM.level[0].roundBorder=0;
		  
	oM.level[0].slidepx=10;
	oM.level[0].slidetim=10; 
  
/* 
 * Sub-menu level definitions
 *
 */
		 
	oM.level[1]=new cm_makeLevel() //Add this for each new level;
	oM.level[1].width=180;
	oM.level[1].height=16;
	oM.level[1].regClass="clMenuSub";
	oM.level[1].overClass="clMenuSubOver";
	oM.level[1].borderX=1;
	oM.level[1].borderY=1;
	oM.level[1].borderClass="clMenuBorder";
	oM.level[1].align="right";
	oM.level[1].offsetX=-2;
	oM.level[1].offsetY=-2;
	oM.level[1].rows=0;
	oM.level[1].arrow=0;
	oM.level[1].arrowWidth=0;
	oM.level[1].arrowHeight=0;
	oM.level[1].roundBorder=0;
		  
	oM.level[1].slidepx=10;
	oM.level[1].slidetim=10; 
/* 
 * Sub-sub-menu level definitions
 *
 */

	oM.level[2]=new cm_makeLevel();
	oM.level[2].width=132;
	oM.level[2].height=16;
	oM.level[2].regClass="clMenuSub";
	oM.level[2].overClass="clMenuSubOver";
	oM.level[2].borderX=1;
	oM.level[2].borderY=1;
	oM.level[2].borderClass="clMenuBorder";
	oM.level[2].rows=0;
	oM.level[2].align="right";
	oM.level[2].offsetX=0;
	oM.level[2].offsetY=0;
	oM.level[2].arrow=0;
	oM.level[2].arrowWidth=0;
	oM.level[2].arrowHeight=0;
	oM.level[2].roundBorder=0;
		  
	oM.level[2].slidepx=10;
	oM.level[2].slidetim=10; 

/*
 * Menu item configuration
 * 
 */
	
		oM.makeMenu('top1','','Company Information','/univlab/','',130);
			oM.makeMenu('top1sub1','top1','Who we are','/univlab/whoweare.html');
				// oM.makeMenu('top1sub1sub1','top1sub1','Organization Profile','#','',167);
				// oM.makeMenu('top1sub1sub2','top1sub1','Administrative Offices','#','',167);
				// oM.makeMenu('top1sub1sub3','top1sub1','Mission Statement','#','',167);
				// oM.makeMenu('top1sub1sub4','top1sub1','Vision and Values','#','',167);
		  	oM.makeMenu('top1sub2','top1','Mission and Vision','/univlab/missionvision.html');
		  	oM.makeMenu('top1sub3','top1','Staff Directory','/univlab/staffdir/staffdir4.html');
		  	oM.makeMenu('top1sub4','top1','Accreditations','/univlab/accreditations.html');
		  	oM.makeMenu('top1sub5','top1','Contact Us','/univlab/contact/');
	    	//oM.makeMenu('top1sub6','top1','Test Information','/univlab/testinfo.html');
	    		
	    		
	oM.makeMenu('top2','','Testing','/univlab/testing/','',60);
	    oM.makeMenu('top2sub1','top2','Scope of Service','/univlab/scopeservice.html');
	    oM.makeMenu('top2sub2','top2','Test Directory','/univlab/testdirectory.html');
	    oM.makeMenu('top2sub3','top2','Technical Updates','/univlab/testing/testupdates.html');
	    oM.makeMenu('top2sub4','top2','Test Alerts','/univlab/testalerts.html');
	    //oM.makeMenu('top2sub5','top2','Technical Directories','/univlab/techdirectories.html');
	    //oM.makeMenu('top2sub6','top2','Accreditation','/univlab/testing/accreditation.html');
	    //oM.makeMenu('top2sub7','top2','Reference Range Changes','/univlab/ranges.html');
	    //oM.makeMenu('top2sub8','top2','Test Information','/univlab/testinfo.html');
	

	oM.makeMenu('top3','','Specialty Labs','/univlab/spec_labs/specialty_labs_index.html','',100);
	    oM.makeMenu('top3sub1','top3','Genetic Laboratories','/univlab/spec_labs/geneticlabs/geneticsindex.html');
	    	 		oM.makeMenu('top3sub1sub1','top3sub1','Biochemical Genetics','/univlab/spec_labs/biochem/biochemical_genetics.html','',167);
				 	oM.makeMenu('top3sub1sub2','top3sub1','Cytogenetics','/univlab/spec_labs/geneticlabs/cytogenetics.html','',167);
				 	oM.makeMenu('top3sub1sub3','top3sub1','Molecular Genetics','/univlab/spec_labs/molecular_genetics/molecular_genetics.html','',167);
					oM.makeMenu('top3sub1sub4','top3sub1','Immunogenetics (HLA) Laboratory','/univlab/spec_labs/immu_hla_lab/immu_hla_lab.html','',167);
					// oM.makeMenu('top3sub1sub4','top1sub1','Vision and Values','#','',167);
	    oM.makeMenu('top3sub2','top3','Flow Cytometry','/univlab/flowcytometry/');
					oM.makeMenu('top3sub2sub1','top3sub2','Hematopathology','/univlab/flowcytometry/lymhema/','',167);
				 	oM.makeMenu('top3sub2sub2','top3sub2','Immunology','/univlab/flowcytometry/immunology/','',167);
		oM.makeMenu('top3sub3','top3','Coagulation Laboratory','/univlab/spec_labs/CoagulationLab/CoagulationLaboratory.pdf');
		//oM.makeMenu('top3sub3','top3','Genetic Laboratories','/univlab/billingfaq.html');
	    //oM.makeMenu('top3sub4','top3','Genetic Laboratories','/univlab/askbilling.html');
	    //oM.makeMenu('top3sub5','top3','Genetic Laboratories','/univlab/healthinfolinks.html');


	oM.makeMenu('top4','','Patient','/univlab/patientindex.html','',60);
	    oM.makeMenu('top4sub1','top4','Patient Service Centers','/univlab/patientservicecenters.html');
	    oM.makeMenu('top4sub2','top4','Billing FAQ','/univlab/billingfaq.html');
	    oM.makeMenu('top4sub3','top4','Ask a Billing Question','/univlab/billing/askbilling.html');
	    oM.makeMenu('top4sub4','top4','Links to Health Information','/univlab/healthinfolinks.html');


	oM.makeMenu('top5','','Support','/univlab/supportindex.html','',70);
	    oM.makeMenu('top5sub1','top5','Courier Services','/univlab/courier.html');
	    oM.makeMenu('top5sub2','top5','Client Services','/univlab/clientservices.html');
	    oM.makeMenu('top5sub3','top5','Patient Service Centers','/univlab/patientservice.html');
	    //oM.makeMenu('top5sub4','top5','Locations','/univlab/locations.html');
	    oM.makeMenu('top5sub5','top5','Order Supplies','/univlab/ordersupplies.pdf');

	    
	oM.makeMenu('top6','','Education Programs','/univlab/educationindex.html','',120);
	    oM.makeMenu('top6sub1','top6','Cytotechnology','/univlab/cytotech_prog/cytotech_prog_index.html');
	    oM.makeMenu('top6sub2','top6','Histotechnology','/univlab/histology.html');
	    oM.makeMenu('top6sub3','top6','MT/CLS','/univlab/mt-cls.html');
	    oM.makeMenu('top6sub4','top6','Phlebotomy','/univlab/phlebotomy.html');
		
	oM.makeMenu('top7','','4medica','http://www.4medica.com/','',80);
	   // oM.makeMenu('top6sub1','top6','Cytotechnology','/univlab/cytotech_prog/cytotech_prog_index.html');
	    //oM.makeMenu('top6sub2','top6','Histotechnology','/univlab/histology.html');
	   // oM.makeMenu('top6sub3','top6','MT/CLS','/univlab/mt-cls.html');