oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=0
oCMenu.fromTop=135  
oCMenu.rows=0 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=2

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=158
oCMenu.level[0].height=33
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=242
oCMenu.level[1].height=23
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="left" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].align="right" 

oCMenu.makeMenu('top0','','','','',158,33,'../img/nav3.gif','../img/nav3_over.gif','','',"right")

	oCMenu.makeMenu('sub00','top0','Blower Door Systems and Accessories','../products/products1.htm')
	oCMenu.makeMenu('sub01','top0','Duct Blaster Systems and Accessories','../products/products2.htm')
	oCMenu.makeMenu('sub02','top0','Automated Performance Testing System','../products/products3.htm')
	oCMenu.makeMenu('sub03','top0','Digital Pressure Gauges','../products/products4.htm')
	oCMenu.makeMenu('sub04','top0','FLIR Infrared Cameras','../products/products5.htm')
	oCMenu.makeMenu('sub05','top0','TrueFlow Air Handler Flow Meter','../products/products6.htm')
	oCMenu.makeMenu('sub06','top0','Exhaust Fan Flow Meter','../products/products7.htm')
	oCMenu.makeMenu('sub07','top0','Software','../products/products8.htm')
	oCMenu.makeMenu('sub08','top0','Sales and Marketing Aids','../products/products9.htm')
	
	
oCMenu.makeMenu('top1','','','','',158,32,'../img/nav4.gif','../img/nav4_over.gif','','',"right")

	oCMenu.makeMenu('sub10','top1','Duct Leakage Testing','../applications/applications1.htm')
	oCMenu.makeMenu('sub11','top1','Advantages of Duct Leakage Testing','../applications/applications2.htm')
	oCMenu.makeMenu('sub12','top1','Airtightness Testing of Buildings','../applications/applications3.htm')
	oCMenu.makeMenu('sub13','top1','Advantages of Testing Homes','../applications/applications4.htm')
	oCMenu.makeMenu('sub14','top1','Data Logging Performance Problems','../applications/applications5.htm')
	oCMenu.makeMenu('sub15','top1','NFPA Enclosure Integrity Testing','../applications/applications6.htm')
	
oCMenu.makeMenu('top2','','','','',158,33,'../img/nav5.gif','../img/nav5_over.gif','','',"right")

	oCMenu.makeMenu('sub20','top2','Technical Support Information Request','../support/support1.htm')
	oCMenu.makeMenu('sub21','top2','Frequently Asked Questions','../support/support2.htm')
	oCMenu.makeMenu('sub25','top2','Calibration and Repair','../support/support7.htm')
	oCMenu.makeMenu('sub22','top2','Technical Bulletins','../support/support3.htm')
	oCMenu.makeMenu('sub26','top2','Product Brochures','../support/support8.htm')	
	oCMenu.makeMenu('sub23','top2','User Tips','../support/support4.htm')
	oCMenu.makeMenu('sub24','top2','Manuals','../support/support5.htm')
	oCMenu.makeMenu('sub09','top2','Training','../support/support6.htm')
	
oCMenu.makeMenu('top3','','','../articles/articles1.htm','',158,33,'../img/nav6.gif','../img/nav6_over.gif','','',"right")

oCMenu.makeMenu('top4','','','../contractors/contractors1.htm','',158,33,'../img/nav7.gif','../img/nav7_over.gif','','',"right")

oCMenu.makeMenu('top5','','','../about/about1.htm','',158,33,'../img/nav8.gif','../img/nav8_over.gif','','',"right")

oCMenu.makeMenu('top6','','','../contact/contact1.htm','',158,33,'../img/nav9.gif','../img/nav9_over.gif','','',"right")

oCMenu.makeMenu('top7','','','../links/links1.htm','',158,32,'../img/nav10.gif','../img/nav10_over.gif','','',"right")

	