oCMenu=new makeCM("oCMenu")
oCMenu.offlineRoot="file:///C:/Inetpub/wwwpsecom/"
oCMenu.onlineRoot="/"
oCMenu.resizeCheck=1
oCMenu.wait=1000

oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=0

oCMenu.rows=0
oCMenu.fromLeft=10
oCMenu.fromTop=158
oCMenu.pxBetween=0 
oCMenu.menuPlacement=0

oCMenu.level[0]=new cm_makeLevel()
oCMenu.level[0].width=160
oCMenu.level[0].height=35
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0 
oCMenu.level[0].borderY= 0
oCMenu.level[0].offsetX=-20
oCMenu.level[0].offsetY=5

oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0

/* cm_addins.js needed for this */
/*oCMenu.level[0].clip=1
oCMenu.level[0].clippx=7
oCMenu.level[0].cliptim=10
oCMenu.level[0].filter=0*/
oCMenu.level[0].align="right" 

oCMenu.level[1]=new cm_makeLevel()
oCMenu.level[1].width=200
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1 
oCMenu.level[1].borderY=1 
oCMenu.level[1].borderClass="clLevel1border"

oCMenu.level[1].rows=0
oCMenu.level[1].arrow=0
oCMenu.level[1].arrowWidth=0
oCMenu.level[1].arrowHeight=0

oCMenu.makeMenu('A','','Referral Service Home','CRS/default.html','')

oCMenu.makeMenu('B','','Suggestions for Improvements','crs/overview[2].html','')
  

oCMenu.makeMenu('C','','Selecting the Right Contractor','crs/textonly/RightContractor.html','')
 

oCMenu.makeMenu('D','','Choose Natural Gas','crs/textonly/ChooseNatGas.html','','')
  

oCMenu.makeMenu('E','','Heating ','crs/textonly/furnaces.html','')

oCMenu.makeMenu('F','','Windows','crs/textonly/windows.html','')
  

oCMenu.makeMenu('G','','Gas Fireplaces','crs/textonly/fireplace.html','')

oCMenu.makeMenu('H','','Replacement Roofing','crs/textonly/roofing.html','')

oCMenu.makeMenu('I','','Central Air Conditioning','crs/textonly/centralair.html','')

oCMenu.makeMenu('J','','Home Remodeling','crs/textonly/remodeling.html','')

oCMenu.makeMenu('K','','Insulation','crs/textonly/Insulation.html','')

oCMenu.makeMenu('L','','Heat Pumps','crs/textonly/Heatpump.html','')

oCMenu.makeMenu('M','','Water Heaters','crs/textonly/waterheater.html','')

oCMenu.construct()		
