/*
Menu item creation:
oCMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
 */
/* links are relative to http://fc1.tamu.edu/ */

oCMenu.makeMenu('top0','','&nbsp;Home','index.htm')
	
oCMenu.makeMenu('top1','','Publications','')
	oCMenu.makeMenu('sub10','top1','Papers','publications/journalpapers/index.html')
	oCMenu.makeMenu('sub11','top1','Brochures','publications/brochures/index.html')
	oCMenu.makeMenu('sub12','top1','Newsletters','events/news/newsletter.html')
	oCMenu.makeMenu('sub13','top1','Curricula Papers   >>','')
		oCMenu.makeMenu('sub130','sub13','First-year','publications/journalpapers/firstyearcurricula/firstyearcurricula.html')
		oCMenu.makeMenu('sub131','sub13','Sophomore','publications/journalpapers/sophomorecurricula/sophomorepapers.html')
		oCMenu.makeMenu('sub132','sub13','Upper-division','publications/construction.html')
		
oCMenu.makeMenu('top2','','Projects','')
	oCMenu.makeMenu('sub20','top2','Year8 Projects','projects/year8/year8_projects.html')
	oCMenu.makeMenu('sub21','top2','Year9 Projects','projects/year9/year9_projects.html')
	oCMenu.makeMenu('sub22','top2','Year10 Projects','projects/year10/year10_projects.html')

oCMenu.makeMenu('top3','','Resources','')
	oCMenu.makeMenu('sub30','top3','A/C Learning','home/keycomponents/collaborative_learning.html')
	oCMenu.makeMenu('sub31','top3','Students Teams','home/keycomponents/student_teams.html')
	oCMenu.makeMenu('sub32','top3','Technology','home/keycomponents/technology_enabled.html')
	oCMenu.makeMenu('sub33','top3','Women & Minorities','home/keycomponents/minorities.html')
	oCMenu.makeMenu('sub34','top3','Assessment & Eval','home/keycomponents/assessment_evaluation.html')
	oCMenu.makeMenu('sub35','top3','Integration','home/keycomponents/curriculum_integration.html')
	oCMenu.makeMenu('sub36','top3','EC2000','home/FCVersion2/ec2000.html')
	oCMenu.makeMenu('sub37','top3','Emerging Tech','home/keycomponents/emerging_technology.html')
	oCMenu.makeMenu('sub38','top3','Freshman Projects','resources/curriculummaterials/designprojects.html')
	oCMenu.makeMenu('sub39','top3','Curriculum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>>','home/keycomponents/curriculum.html')
		oCMenu.makeMenu('sub390','sub39','First-year','home/keycomponents/firstyearcurriculum.html')
		oCMenu.makeMenu('sub391','sub39','Sophomore','home/sophomore/index.html')
		oCMenu.makeMenu('sub392','sub39','Upper-division','home/keycomponents/upper.html')		
	oCMenu.makeMenu('sub310','top3','Concept Inventories','home/keycomponents/concept/index.html')
	oCMenu.makeMenu('sub311','top3','Curricular Change','home/keycomponents/change.html')
	oCMenu.makeMenu('sub312','top3','Learning','resources/learning/index.html')
	oCMenu.makeMenu('sub313','top3','Course Modules','resources/modules/index.html')

oCMenu.makeMenu('top4','','Events','')
	oCMenu.makeMenu('sub40','top4','News','events/news/index.php')
	oCMenu.makeMenu('sub41','top4','Workshops','events/workshops/index.html')
	oCMenu.makeMenu('sub42','top4','Conferences','events/conferences/index.html')	

oCMenu.makeMenu('top5','','About','')
	oCMenu.makeMenu('sub50','top5','Vision','home/foundationcoalition/vision.html')
	oCMenu.makeMenu('sub51','top5','Mission','home/foundationcoalition/mission.html')
	oCMenu.makeMenu('sub52','top5','Core Values','home/foundationcoalition/corevalues.html')
	oCMenu.makeMenu('sub53','top5','Core Competencies','home/foundationcoalition/corecompetencies.html')
	oCMenu.makeMenu('sub54','top5','Strategic Objectives','home/foundationcoalition/strategicobjectives.html')
	oCMenu.makeMenu('sub55','top5','Annual Report&nbsp;&nbsp;&nbsp;>>','')
		oCMenu.makeMenu('sub551','sub55','Year7','home/foundationcoalition/year7.html')
		oCMenu.makeMenu('sub552','sub55','Year8','home/foundationcoalition/year8.html')
		oCMenu.makeMenu('sub553','sub55','Year9','home/foundationcoalition/year9.html')	
		oCMenu.makeMenu('sub554','sub55','Year10','home/foundationcoalition/year10.html')	
	oCMenu.makeMenu('sub56','top5','Director','home/projectdirector/directorsmessage.html')
	oCMenu.makeMenu('sub57','top5','Governing Board','home/governingboard/index.html')
	oCMenu.makeMenu('sub58','top5','Long-range Team','home/foundationcoalition/longrangeteam.html')
	oCMenu.makeMenu('sub59','top5','Phonebook','home/foundationcoalition/phonebook.html')
	oCMenu.makeMenu('sub510','top5','Webmaster','contacts/webmaster.html')
	
oCMenu.makeMenu('top6','','Search','fcsearch/index.html')
oCMenu.makeMenu('top7','','Site Map','fcsearch/map.html')
