/* --- menu items --- */
var MENU_ITEMS0 = [
	['Home', 'index.htm'],
	['News', null, null,
		['Current News', 'news.html'], 
		['News Archive', 'newsarchive.html'],
             ], 
	['Club Info', null, null,
		['About our club', 'about.html'], 
		['Club History', 'clubhistory.html'], 
		['Our Coaches', 'carlo.html'], 
		['Club Rules', 'clubrules.html'],
		['Why train with us', 'training.html'], 
		['Training Venues/times', 'trainingtimes.html'],
	],
	
	['Judo Info', null, null,
		['Why Judo','whyjudo.html'],
		['Judo History', 'judohistory.html'], 
		['Judo Facts', 'judofacts.html'],
		['Competitions','competitions.html'],
		['Judo Gi (Uniform)', 'judogi.html']
	],
	['Syllabus', null, null,
		['Grades', 'gradesoverview.html'],
		['Terminology', 'terminology.html'],
		['Techniques', 'techniques.html'],
		['Kyu Syllabus', null, {'bl':140},
			['Yellow Belt', 'kyu-yellow.html'],
			['Orange Belt', 'kyu-orange.html'],
			['Green Belt', 'kyu-green.html'],
			['Blue Belt', 'kyu-blue.html'],
			['Brown Belt', 'kyu-brown.html']
		]
	],
	['Gallery', null, null,
			['Photos','photos.html'],
			['Videos', 'videos.html'], 
	],
	['Guest Book', 'guestbook.html'], 
	
	
];


	