/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', 'index.htm',{'tw' : '_parent'},
	 		['Vision statement','vision.htm',{'tw' : '_parent'}],
	 		['Origins','origins.htm',{'tw': '_parent'}]
	 
	 ],		

	['Primary',  null, null,
	 			['Christian Studies', 'christianthemes.htm',{'tw' : '_parent'},
				['Using Themes','usingthemes.htm',{'tw' : '_parent'}],
				['Biographies','biographies.htm',{'tw' : '_parent'}]
					],
				['Units of Study','unitsofstudy.htm',{'tw' : '_parent'},
					['Building Blocks - 80 topics','BuildingBlocks.htm', {'tw' : '_parent'}],
					['Individual Units','unitsofstudy.htm', {'tw' : '_parent'}]
				],
				['Curriculum',null, null,
				 	['Sample Program 1','sose.htm', {'tw' : '_parent'}],
					['Sample Program 2','lighthousesose.htm', {'tw' : '_parent'}],
					['Attributes list','attributes.htm', {'tw' : '_parent'}],
					['Integrating topics','integrating.htm', {'tw' : '_parent'}]
				],
				['Literacy','literacy.htm',{'tw' : '_parent'}],
				['Values education','values.htm',{'tw' : '_parent'}],
				['Health','health.htm',{'tw' : '_parent'}],
				['Music' , null, null,
					['Music','music.htm',{'tw' : '_parent'}],
					['Music curriculum', 'music_curriculum.htm', {'tw' : '_parent'}],
					['He is','music_he_is.htm',{'tw' : '_parent'}]
				],	
	],
		
	['Secondary',  null, null,
			    ['Christian Studies',null,null,
					['Articles: Christian Studies','christian_articals.htm',{'tw' : '_parent'}]
				],
				['Mathematics', null, null,
				   ['Intro: high school maths','maths01.htm',{'tw' : '_parent'}]
				 ],
				['Science', null, null,
				   ['Botany','botany.htm',{'tw' : '_parent'}]
				 ],
				['History', 'history.htm',{'tw' : '_parent'}],
				['English',null,null,
				   ['Book Yoga','yoga.htm',{'tw' : '_parent'}],
				   ['Which book to trust', 'whichbooktotrust.htm',{'tw' : '_parent'}],
				   ['Pacific Island Stories', 'pacific.htm',{'tw' : '_parent'}],
				   ['A true jellyfish story', 'jellyfish.htm',{'tw' : '_parent'}],
				   ['A Modern Jeremiah', 'modernjeremiah.htm',{'tw' : '_parent'}]
				],
				['Psychology',null,null,
				   ['Psychology activities', 'psyc_christian.htm',{'tw' : '_parent'}]
				],
				['Music',null,null,
				   ['Music Activities', 'musicdoc.htm',{'tw' : '_parent'}]
				],
				['Art',null,null,
				   ['Art activities', 'art.htm',{'tw' : '_parent'}]
				],
				['Thinking Skills','ThinkingSkills.htm',{'tw' : '_parent'}],
				['Vocational Ed.','vocational.htm',{'tw' : '_parent'}],
				['Health','newstartsecondary.htm',{'tw' : '_parent'}]
			
	],
	
	
	['Teacher Ed', null, null,
	 			['Curriculum', null,null,
					['Curriculum models', 'curriculummodels.htm', {'tw' : '_parent'}],
					['Getting Started','gettingstarted.htm',{'tw' : '_parent'}]
				],
				['Devotions', 'devotions.htm', {'tw' : '_parent'}],
	 			['Tables',null, null,
				 	['SOSE, Science','sose.htm', {'tw' : '_parent'}],
					['Attributes list','attributes.htm', {'tw' : '_parent'}],
					['Integrating topics','integrating.htm', {'tw' : '_parent'}]
				],	
				['God-centred ed.', 'howold.htm', {'tw' : '_parent'}],
				['God\'s character', 'character.htm', {'tw' : '_parent'}],
				['Evaluation', 'evaluation.htm', {'tw' : '_parent'}],
				['Video', 'ThemeVideo.htm',{'tw':'_parent'}],
				['Kingdom Principles', 'kingdomprinciples.htm', {'tw' : '_parent'}],
				['Links', 'links.htm',{'tw':'_parent'}]
	 ],
	['Articles', 'articles.htm', {'tw' : '_parent'}],
	
	['Languages', null, null,
		['Esponol', 'spanish.htm', {'tw' : '_parent'}],
		['Deutsch', 'german.htm', {'tw' : '_parent'}]
	],
	
	['Downloads',  null, null,
	 			['Resources','download/',{'tw' : '_parent'}]
	 			
			
	],
		 	
	['Contact Us', 'contact.htm',{'tw' : '_parent'}]
		
];

