/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Tuis', 'index.html'],
	['Martie', null, null,
		['CV - Afrikaans', 'cvafrikaans.html'],
		['CV - English', 'cvenglish.html'],
			],
	['Kontak/Contact', 'kontak.html'],
	['Volwasse Roman', 'vandag.html'],
	['Skryfhandleiding', 'landstories.html'],
	['The Art of Living','art.html'],
	['Aanhalings/Quotes', 'aanhalings.html'],
	['Loebi-leesreekse','loebi.html'],
	['Balkie-leesreeks',null, null,
		['Die Balkie','balkie.html'],
		['Die Balkieboek','balkieboek.html'],
		['Graad 4','graad4.html'],
		['Graad 5','graad5.html'],
		['Graad 6','graad6.html']
	],
	['Balkie-Series',null, null,
		['The Balkie','balkieeng.html'],
		['Grade 4','grade4.html'],
		['Grade 5','grade5.html'],
		['Grade 6','grade6.html']
	],
	['Babalela-reeks',null, null,
		
		['Babalela', 'babalela.html'],
		['Diep, diep in n donker bos', 'diepdiep.html'],
		['Los ons uit!', 'los ons uit.html'],
		['Produkte', 'babalelaprodukte.html']
	],
	['Avontuur-reeks', null, null,
		['Kies-jou-eie-avontuur','kiesavontuur.html'],
		['Jy en die dinosourus','dinosourus.html'],
		['Jy en Hercules','hercules.html'],
		['Jy en Toetenkat','toetenkat.html'],	
	],
	
	
	['Jeugboeke', null, null,
		['In die tyd van die Esob', 'esob.html'],
		['Die hart van Zeebak', 'zeebak.html'],
		['Anderkantland', 'ander.html'],
		['Droomvangers', 'droom.html'],
		['Maar my magtig Moesoek', 'moesoek.html'],
		['My naam is Alexander', 'alex.html']
	],
	['Nog prenteboeke', null, null,
		['Emma en die Blęg', 'emma.html'],
		['Lisa het n plan', 'lisa.html'],
	],
		['Nog kinderboeke', null, null,
		['n Haas moet doen', 'haas.html'],
		['Leseavanger', 'lesea.html'],
		['Afrika vertel', 'afrika.html'],
		['J & S en die storiemol','jensmol.html'],
	],
	
	];
