/* Tigra Menu items structure */



var MENU_ITEMS = [
	['<img src="/buttons/welcome.gif" border="0" alt="Welcome">', '/index.php'],
	['<img src="/buttons/stories.gif" border="0" alt="Stories">', '/meetthems.php', null,
		['Meet the Mustards', '/meetthems.php'],
		['Who is Sam Toft?', '/samtoft.php'],
		['Snaps', '/snaps.php']
	],
	['<img src="/buttons/ecards.gif" border="0" alt="Ecards">', '/ecards.php'],
	['<img src="/buttons/shop.gif" border="0" alt="Shop">', '/shop.php?cat=ownltdedprint', null,
	 	['Hand Printed Mustard Edition' , '/shop.php?cat=handprinted'],
	 	['Mustard Shop Limited Editions' , '/shop.php?cat=ownltdedprint'],
		['Other Limited Editions', '/shop.php?cat=agltdedprint'],
		['Signed Prints' , '/shop.php?cat=signedprint'],
		['Small Mounted Prints' , '/shop.php?cat=smallmounted'],
		['Little Framed Prints' , '/shop.php?cat=littleframed'],
		['Christmas Cards' , '/shop.php?cat=xmascards'],
		['Mustard Goodies' , '/goodies.php']	 
	 ],	
	['<img src="/buttons/where.gif" border="0" alt="Where?">', '/events.php', null,
		['2009', '/events.php'],
		['Galleries', '/galleries.php'],
		['The Manse', '/manse.php']
	],
	['<img src="/buttons/contact.gif" border="0" alt="Contact & Forum">', '/forum/main.php', null,
	 	['Forum', '/forum/main.php'],
		['Contact', '/contact.php']
	],
	['<img src="/buttons/pictures.gif" border="0" alt="Pictures">', '/originals.php', null,
		['Originals', '/originals.php'],
		['Art Group Prints', '/artgroupprints.php'],
		['Gallerina Prints', '/gallerinaprints.php'],
		['How to Draw a Mustard', '/drawingmrm.php'],
		['How Does She Do It?', '/howdoesshe.php'],
		['Colouring In', '/colouringin.php']
	]
];
