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

//Menu properties   
oCMenu.pxBetween=1
oCMenu.fromLeft=20
oCMenu.fromTop=120   
oCMenu.rows=1 
oCMenu.menuPlacement="center"
                                                             
oCMenu.offlineRoot="file:///C|/Documents and Settings/Alan/My Documents/NFFS Web/" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=300 
oCMenu.fillImg="graphics/cm_fill.gif"
oCMenu.zIndex=100

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=100
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=100
oCMenu.level[0].height=18 
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=25
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+40
oCMenu.level[1].offsetY=1
oCMenu.level[1].borderClass="clLevel1border"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=5
oCMenu.level[2].offsetY=20
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

<!-- ==================  ABOUT =============== //-->
oCMenu.makeMenu('top1','','ABOUT THE NFFS','AboutNFFS/index.htm','','112','','','')
	oCMenu.makeMenu('sub10','top1','What is Free Flight?','AboutNFFS/WhatisFF.htm','','112','16')
	oCMenu.makeMenu('sub11','top1','Types of Free Flight<BR>&nbsp&nbsp&nbsp&nbsp   Model Airplanes','AboutNFFS/ModelTypes.htm','','112','31')
	oCMenu.makeMenu('sub12','top1','About the NFFS','AboutNFFS/index.htm','','112','16')
	oCMenu.makeMenu('sub13','top1','Contact Info','Communications/contacts.htm','','112','16')

<!-- ==================  JOIN LEARN FLY =============== //-->
oCMenu.makeMenu('top2','','JOIN, LEARN, FLY','JLF/index.htm','','112','16')
	oCMenu.makeMenu('sub20','top2','Join the NFFS','JLF/membership.htm','','112','16')
	oCMenu.makeMenu('sub21','top2','Beginners Corner','JLF/beginners_corner/index.htm','','112','16')
	oCMenu.makeMenu('sub22','top2','Science Olympiad','Education/science_olympiad/index.htm','','112','16')
	oCMenu.makeMenu('sub23','top2','NFFS Scholarship<BR>&nbsp&nbsp&nbsp&nbsp  Information ','Education/scholarship_info.htm','','112', '31')

	
<!-- ==================  COMPETITIONS =============== //-->
oCMenu.makeMenu('top3','','COMPETITION FLYING','competition/index.htm','','140','16')
	oCMenu.makeMenu('sub30','top3','Contest Information','','','140','16')
		oCMenu.makeMenu('sub300','sub30','&nbsp&nbsp - Master Calendar','Competition/Calendar.htm','','150','16')
		oCMenu.makeMenu('sub301','sub30','&nbsp&nbsp - Indoor Calendar','Competition/IndoorContestCalendar.htm','','150','16')
		oCMenu.makeMenu('sub302','sub30','&nbsp&nbsp - Flying Sites & Weather','Competition/sites.htm','','150','16')
		oCMenu.makeMenu('sub303','sub30','&nbsp&nbsp - Contest Results','Competition/Results/index.htm','','150','16')
		oCMenu.makeMenu('sub304','sub30','&nbsp&nbsp - Contest Photos','Illustrated/pictures/index.htm','','150','16')
	oCMenu.makeMenu('sub31','top3','Nats Updates','Competition/Nats/index.htm','','140','16')
	oCMenu.makeMenu('sub32','top3','Indoor Flying Info','Competition/IndoorEvents.htm','','140','16')
	oCMenu.makeMenu('sub33','top3','Juniors','Competition/Juniors/index.htm','','140','16')
	oCMenu.makeMenu('sub34','top3','Free Flight Rules','Competition/rules.htm','','140','16')
	oCMenu.makeMenu('sub35','top3','Nostalgia','Competition/Nostalgia/index.htm','','140','16')
	oCMenu.makeMenu('sub36','top3','One Design Event','Competition/OneDesign.htm','','140','16')
	oCMenu.makeMenu('sub37','top3','National Cup','Competition/NationalCup/index.htm','','140','16')
	oCMenu.makeMenu('sub38','top3','Americas Cup','Competition/AmericasCup/index.htm','','140','16')
	oCMenu.makeMenu('sub39','top3','FAI World Cup','http://www.fai.org/aeromodelling/','','140','16')

							
<!-- ==================  COMMUNITY =============== //-->				
oCMenu.makeMenu('top4','','THE FREE FLIGHT COMMUNITY','Community/index.htm','','200')
	oCMenu.makeMenu('sub41','top4','Online Forums','Community/fora.htm','','200','16')
	oCMenu.makeMenu('sub42','top4','Free Flight Web Sites','Community/links.htm','','200','16')
	oCMenu.makeMenu('sub43','top4','Free Flight Clubs','Community/FreeFlightClubs/index.htm','','200','16')
	oCMenu.makeMenu('sub44','top4','Club Newsletters','Community/ClubNewsletters/index.htm','','200','16')	
	oCMenu.makeMenu('sub45','top4','NFFS Hall of Fame','Community/HallofFame.htm','','200','16')	
	oCMenu.makeMenu('sub46','top4','Memorials','Community/memorials.htm','','200','16')	
	
<!-- ==================  COMMUNICATIONS =============== //-->
oCMenu.makeMenu('top5','','COMMUNICATIONS','Communications/index.htm','','140')
	oCMenu.makeMenu('sub50','top5','NFFS Contacts','Communications/contacts.htm','','140','16')
	oCMenu.makeMenu('sub51','top5','Change of Address','JLF/membership.htm#addresschange','','140','16')
	oCMenu.makeMenu('sub52','top5','Presidents Message','Communications/PresidentsMsg.htm','','140','16')
	oCMenu.makeMenu('sub53','top5','NFFS Foundation & Gifts','Communications/gifts.htm','','140','16')
	oCMenu.makeMenu('sub54','top5','Volunteer Opportunities','Communications/volunteers.htm','','140','16')		
	oCMenu.makeMenu('sub55','top5','Public Relations','Communications/pr.htm','','140','16')
	oCMenu.makeMenu('sub56','top5','NFFS Documents','','','140','16')
		oCMenu.makeMenu('sub560','sub56','&nbsp&nbsp - Expansionary Plan','Communications/ExpansionaryPlan.htm','','140','16')
		oCMenu.makeMenu('sub561','sub56','&nbsp&nbsp - Bylaws','Communications/constitution.htm','','140','16')
		oCMenu.makeMenu('sub562','sub56','&nbsp&nbsp - Organization Chart','Communications/org_chart.htm','','140','16')
			
<!-- ==================  ILLUSTRATED =============== //-->
oCMenu.makeMenu('top6','','IMAGES','Illustrated/index.htm','','60')
	oCMenu.makeMenu('sub60','top6','Video','Illustrated/video/index.htm','','60','16')
	oCMenu.makeMenu('sub61','top6','Photos','Illustrated/pictures/index.htm','','60','16')
	oCMenu.makeMenu('sub62','top6','Clip Art','Illustrated/clipart/clip_art_links.htm','','60','16')		

<!-- ==================  SHOP =============== //-->
oCMenu.makeMenu('top7','','SHOPPING & PUBLICATIONS','Store/index.htm','','170','','','','','','')
	oCMenu.makeMenu('sub70','top7','Shop Online','Store/index.htm','','170','16')
	oCMenu.makeMenu('sub71','top7','NFFS Digest Online','DigestOnline/index.htm','','170','16')
	oCMenu.makeMenu('sub72','top7','NFFS Digest Index','digest_index/digest.htm','','170','16')