/******************************************
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','','&nbsp;Introduction','/innilgard/about.html','main')

oCMenu.makeMenu('top1','','&nbsp;Calendar','http://www.google.com/calendar/embed?src=innilgard%40gmail.com&ctz=Australia/Adelaide','main')
	
oCMenu.makeMenu('top2','','&nbsp;Regular Activities','/innilgard/RegActs.php','main')

oCMenu.makeMenu('top3','','&nbsp;Gallery','/innilgard/gallery','main')
	oCMenu.makeMenu('sub30','top3','Events','/innilgard/gallery/events','main')
	oCMenu.makeMenu('sub31','top3','Populace','/innilgard/gallery/populace','main')
	oCMenu.makeMenu('sub32','top3','Arts &amp; Sciences','/innilgard/gallery/artsandsciences','main')
	oCMenu.makeMenu('sub33','top3','Rapier','/innilgard/gallery/rapier','main')
	oCMenu.makeMenu('sub34','top3','Archery','/innilgard/gallery/archery','main')
	oCMenu.makeMenu('sub35','top3','Heavy Fighters','/innilgard/gallery/heavy','main')
	
oCMenu.makeMenu('top4','','&nbsp;Events','/innilgard/upcoming.html','main')
	oCMenu.makeMenu('sub41','top4','Current Calendar','http://www.google.com/calendar/embed?src=innilgard%40gmail.com&ctz=Australia/Adelaide','main')
	oCMenu.makeMenu('sub42','top4','Recent Events','/innilgard/events-recent.html','main')
	oCMenu.makeMenu('sub43','top4','Events pre XXXVIII','/innilgard/history-as33.html','main')

oCMenu.makeMenu('top5','','&nbsp;Contacts','/innilgard/officers.php','main')
	oCMenu.makeMenu('sub57','top5','Regnum','/innilgard/officers.php','main')
	oCMenu.makeMenu('sub51','top5','Arts &amp; Sciences','/innilgard/officer-as.php','main')
	oCMenu.makeMenu('sub52','top5','Captain of Archers','/innilgard/officer-arch.html','main')
	oCMenu.makeMenu('sub56','top5','Marshal (Heavy)','/innilgard/officer-heavy.html','main')
	oCMenu.makeMenu('sub53','top5','Rapier Marshal','/innilgard/officer-rap.html','main')
	oCMenu.makeMenu('sub54','top5','Herald','/innilgard/officer-herald.html','main')
	oCMenu.makeMenu('sub55','top5','Scribes Warden','/innilgard/officer-scribe.html','main')
	
oCMenu.makeMenu('top6','','&nbsp;Arts &amp; Sciences','/innilgard/officer-as.php','main')

oCMenu.makeMenu('top7','','&nbsp;Music','/innilgard/songs.php','main')

oCMenu.makeMenu('top8','','&nbsp;Home','/innilgard/intro.php','main')