// JavaScript Document

var MENU_ITEMS = [
	['Welcome', 'Index.html', null,
		
	],
	
	['Policies/Constitution', '#', null,
		['Policies/procedures', 'policy.htm'],
		['Constitution', '#'],
		
	],	
	['Info', 'info.htm', null,
	    ['Useful info', 'usef.htm'],
		['Session Times', '#'],
		['Term Dates 07', 'term.htm']
	],
	['Gallery', 'gallery.htm', null,
		['Events', 'events.htm'],
		['Art', 'art.htm']
	],
	['Staff', 'staff.htm', null,
		['Keyworkers', 'key.htm'],
		['Committee', 'comm.htm']
	],
	['Rooms', 'rooms.htm', null,
		['Room1', 'room1.htm'],
		['Room2', 'room2.htm'],
		['Room3', 'room3.htm']
	],
	
	['Links', 'links.htm', null,
	],
	
	['Contact', 'contact.htm', null,
		['How to find us', 'findus.htm'],
		
	],
	['Toddler group', 'toddler.htm']
];