
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=20 
oCMenu.fromTop=5   
oCMenu.rows=1
oCMenu.menuPlacement="center"
                                                             
oCMenu.offlineRoot="file:///public_html/Harshaw/" 
oCMenu.onlineRoot="http://www.theballards.net" 
oCMenu.resizeCheck=1 
oCMenu.wait=250
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
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 specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=150
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"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 

//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-4
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].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify 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=18
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
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) 
*************************************/
oCMenu.makeMenu('top0','','','Harshaw/index.html','','115','30','/Harshaw/JamesHarshaw.gif')
	oCMenu.makeMenu('sub00','top0','Biography','/Harshaw/JHBio.html')
	oCMenu.makeMenu('sub01','top0','Introduction','')
	oCMenu.makeMenu('sub02','top0','Harshaw House','/Harshaw/JamesHouse.html')
	oCMenu.makeMenu('sub03','top0','Suggested Reading','/Harshaw/Bibliography.html')
//		oCMenu.makeMenu('sub001','sub01','PlanMagic Business','http://planmagic.com/business_planning.html','',140,0)

oCMenu.makeMenu('top1','','','Harshaw/index.html','','121','30','/Harshaw/HarshawDiaries.gif')
	oCMenu.makeMenu('sub10','top1','Introduction','/Harshaw/Diaries/DiaryIntro.html')
	oCMenu.makeMenu('sub11','top1','Names','/Harshaw/Diaries/DiaryNames.html')
	oCMenu.makeMenu('sub12','top1','Friends and Neighbors','/Harshaw/Diaries/Friends.html')
	oCMenu.makeMenu('sub13','top1','Emigrant List','/Harshaw/Diaries/Emigration.html')
	oCMenu.makeMenu('sub14','top1','Jane Martin&rsquo;s Death','/Harshaw/Diaries/Jane.html')
	oCMenu.makeMenu('sub15','top1','Maps','/Harshaw/Diaries/Maps.html')
	oCMenu.makeMenu('sub16','top1','Suggested Reading','/Harshaw/Bibliography.html')
	
oCMenu.makeMenu('top2','','','Harshaw/index.html','','82','30','/Harshaw/DiaryBook.gif')
	oCMenu.makeMenu('sub21','top2','Introduction','/Harshaw/DiaryBook/BookIntro.html')
	oCMenu.makeMenu('sub22','top2','Cutting Room Floor','/Harshaw/DiaryBook/CuttingRoom.html')
	oCMenu.makeMenu('sub23','top2','Suggested Reading','/Harshaw/Bibliography.html')

oCMenu.makeMenu('top3','','Home','/Harshaw/index.html','','75','30','/Harshaw/Home.gif')

oCMenu.makeMenu('top4','','','Harshaw/index.html','','94','30','/Harshaw/JohnMartin.gif')
	oCMenu.makeMenu('sub41','top4','Biography','/Harshaw/Martin/JMBio.html')
	oCMenu.makeMenu('sub42','top4','Martin Pedigree','/Harshaw/Martin/Descendants.html')
	oCMenu.makeMenu('sub43','top4','Young Irelanders','/Harshaw/Martin/YoungIrelanders.html')
	oCMenu.makeMenu('sub44','top4','British Treason Penalties','/Harshaw/Martin/Treason.html')
	oCMenu.makeMenu('sub45','top4','Quotes About','/Harshaw/Martin/QuotesOf.html')
	oCMenu.makeMenu('sub46','top4','Quotes By','/Harshaw/Martin/QuotesBy.html')
	oCMenu.makeMenu('sub47','top4','Suggested Reading','/Harshaw/Bibliography.html')
	
oCMenu.makeMenu('top5','','','Harshaw/index.html','','110','30','/Harshaw/MartinDiaries.gif')
	oCMenu.makeMenu('sub500','top5','Index','/Harshaw/Martin/Diary/index.html')
	oCMenu.makeMenu('sub501','top5','Timeline','/Harshaw/Martin/Diary/Timeline.html')
	oCMenu.makeMenu('sub502','top5','Part 1','/Harshaw/Martin/Diary/Part1.html')
	oCMenu.makeMenu('sub503','top5','Part 2','/Harshaw/Martin/Diary/Part2.html')
	oCMenu.makeMenu('sub504','top5','Part 3','/Harshaw/Martin/Diary/Part3.html')
	oCMenu.makeMenu('sub505','top5','Part 4','/Harshaw/Martin/Diary/Part4.html')
	oCMenu.makeMenu('sub506','top5','Part 5','/Harshaw/Martin/Diary/Part5.html')
	oCMenu.makeMenu('sub507','top5','Part 6','/Harshaw/Martin/Diary/Part6.html')
	oCMenu.makeMenu('sub508','top5','Appendix and Pedigree','/Harshaw/Martin/Diary/Appendix.html')
	oCMenu.makeMenu('sub509','top5','Martin Family Relations','/Harshaw/Martin/Diary/Part4.html#107-1')
	oCMenu.makeMenu('sub510','top5','Suggested Reading','/Harshaw/Bibliography.html')
	
oCMenu.makeMenu('top6','','','Harshaw/index.html','','81','30','/Harshaw/Other.gif')
	oCMenu.makeMenu('sub61','top6','Site Map','/Harshaw/SiteMap.html')
	oCMenu.makeMenu('sub62','top6','E-mail','/Harshaw/Email.html')
	oCMenu.makeMenu('sub63','top6','Other Links','/Harshaw/Links/OtherLinks.html')
	oCMenu.makeMenu('sub64','top6','Search This Site','/Harshaw/Search.html')
	oCMenu.makeMenu('sub65','top6','Guestbook','http://mercury.beseen.com/guestbook/s/181586/guestbook.html')
	oCMenu.makeMenu('sub66','top6','Ballard Family Web Site','http://www.theballards.net')
	oCMenu.makeMenu('sub67','top6','Suggested Reading','/Harshaw/Bibliography.html')
	


//Leave this line - it constructs the menu
oCMenu.construct()	
