//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=127
oCMenu.fromTop=128
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg=""
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="90%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
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=199
oCMenu.level[0].height=27 
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="bottom"

//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=oCMenu.level[0].width-2
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


oCMenu.makeMenu('top1','','','/specialized_care/women/heart/','',198,21,'/navigation/special_care_off.gif','/navigation/special_care_on.gif')
	oCMenu.makeMenu('sub100','top1','Medical Center of the Rockies','/specialized_care/medical_center_of_the_rockies/')
	oCMenu.makeMenu('sub101','top1','A Woman&#39;s Heart','/specialized_care/women/heart/')
	oCMenu.makeMenu('sub102','top1','Anticoagulation Clinic','/specialized_care/anticoagulation/')	
	oCMenu.makeMenu('sub103','top1','Cardiac Research','/specialized_care/cardiac_research/')
	oCMenu.makeMenu('sub104','top1','Heart Failure Clinic','/specialized_care/heart_failure/')
	oCMenu.makeMenu('sub105','top1','Interventional Procedures','/specialized_care/interventional/')	
	oCMenu.makeMenu('sub106','top1','Nutrition','/specialized_care/nutrition/')	
	oCMenu.makeMenu('sub107','top1','Device Clinic','/specialized_care/device/')	
	oCMenu.makeMenu('sub108','top1','Preventive Clinic','/specialized_care/preventive/')	
	oCMenu.makeMenu('sub109','top1','Rehabilitation','/specialized_care/rehabilitation/')	
	oCMenu.makeMenu('sub110','top1','Surgery','/services/surgery/')	
	oCMenu.makeMenu('sub111','top1','Testing','/services/testing/')
	oCMenu.makeMenu('sub112','top1','Vascular Clinic','/specialized_care/vascular/')
	
	
oCMenu.makeMenu('top2','','','/specialized_care/nutrition/','',199,21,'/navigation/nutrition_off.gif','/navigation/nutrition_on.gif')
	oCMenu.makeMenu('sub200','top2','Nutrition Services','/specialized_care/nutrition/')
	oCMenu.makeMenu('sub201','top2','Corporate Nutrition Services','/images/file/PDF/Corporate_Nutrition_Services_1621.pdf')
	oCMenu.makeMenu('sub202','top2','General Guidelines','/images/file/PDF/Top_Twelve_Nutrition_Strategies_to_Heart_Health_1618.pdf')
	oCMenu.makeMenu('sub203','top2','Sodium','/specialized_care/nutrition/sodium/')
	oCMenu.makeMenu('sub204','top2','Food Choices and Tips','/specialized_care/nutrition/food/')
	oCMenu.makeMenu('sub206','top2','Meals, Snacks and Dining Out','/specialized_care/nutrition/snacks/')
	oCMenu.makeMenu('sub207','top2','Recipes','/specialized_care/nutrition/recipes/')
	oCMenu.makeMenu('sub208','top2','Heart-Healthy Cookbook','/specialized_care/nutrition/cookbook/')
	

oCMenu.makeMenu('top3','','','/specialized_care/women/heart/','',196,21,'/navigation/prevention_off.gif','/navigation/prevention_on.gif')
	oCMenu.makeMenu('sub301','top3','Community Events','/news/events/')
	oCMenu.makeMenu('sub302','top3','Healthy Hearts Club&#153;','/services/resources/heartaware/')	
	oCMenu.makeMenu('sub303','top3','Know Your Numbers','/know_your_numbers')	
	oCMenu.makeMenu('sub304','top3','64-Slice','/specialized_care/64_slice/')
    oCMenu.makeMenu('sub305','top3','Rehabilitation','/specialized_care/rehabilitation/')
    oCMenu.makeMenu('sub306','top3','Drug Eluting Stents & Risks','/images/file/PDF/Drug_Eluting_Stents_1701.pdf')
    oCMenu.makeMenu('sub307','top3','Attack Pack','/services/resources/attackpack/')
    oCMenu.makeMenu('sub308','top3','Heart Attack Symptoms','/specialized_care/heart_attack_symptoms/')
    oCMenu.makeMenu('sub309','top3','Cardiac Alert Program','/specialized_care/cardiac_alert_program/')
    oCMenu.makeMenu('sub310','top3','HeartSmart','http://www.9news.com/advertorial/heartsmart/')
    oCMenu.makeMenu('sub311','top3','Medical Records on Disc','/medical_records/')
    oCMenu.makeMenu('sub312','top3','High Altitude Cardiac Care','/specialized_care/high_altitude_cardiac_care/')
    oCMenu.makeMenu('sub313','top3','External Counterpulsation (ECP)','/specialized_care/external_counterpulsation/')
    oCMenu.makeMenu('sub314','top3','Internal Printed Materials','/private/')
        
        

oCMenu.construct()		
