var MENU_ITEMS = [
	['gallery', 'gallery.html', null,
	 	
	],
	['illustration', null, null,
		['books', 'books.html', null,
		 	['a dream of bunyips dancing','bunyips.html'],
			['the elephants big day out','elephants.html'],
			['the early bird','earlybird.html'],
			['maximilian jones','max.html'],
			['where\'s god?','wheresgod.html'],
			['ellie and tess','ellie_tess1.html'],
			['misha\'s treehouse','treehouse.html'],
			['the night garden','night_garden.html']
		],
		['folio', 'folio.html']
	],
	['shop', 'http://www.elisehurst.com/shop', null,
	
	],
	 
	['about me', null, null,
	    ['blog', 'http://blog.elisehurst.com'],
		['biography', 'biography.html'],
		['bibliography', 'bibliography.html'],
		['how I work', 'howiwork.html'],
		['contact me', 'contact_me.html']
	],
	['schools...', null, null,
		['downloads', 'downloads.html'],
		['visits', 'bookings.html'],
<!--	['copyright', 'copyright.html'],-->
		['links', 'links.html'],
<!--	['news', 'news.html'],-->
		['subscribe', 'subscribe.html']
	],
];


