/* Tigra Menu items structure */
var MENU_ITEMS = [
	['MENU', null, null,
		['Home', '4windsFrameHome.htm', {'tw':'mainFrame','sb':'Home'}],
		['Healing', 'InfoShamanHealing-1.htm', {'tw':'mainFrame','sb':'Informatie over Healing Sessie'}],
		['Cursus', null, {'sb':'Informatie over Lessen'},
			['Yoga', 'InfoYoga.htm', {'tw':'mainFrame','sb':'Informatie over Yoga Les'}],
			['Meditatie', 'InfoMeditatie.htm', {'tw':'mainFrame','sb':'Informatie over Meditatie Cursus'}]
		],
		['Foto\'s', 'http://members.home.nl/comy/Bookflip/B1.html', {'tw':'mainFrame','sb':'Foto\'s'}],
		['Shop', null, null,
			['Buideltjes', 'InfoBuideltjes.htm', {'tw':'mainFrame','sb':'Medicijn Buideltjes'}],
			['Diversen', 'InfoDivArt.htm', {'tw':'mainFrame','sb':'Diverse Artikelen'}]
		],
		['About', null, {'sb':'Informatie Healer'},
			['Gwen', 'InfoGwen.htm', {'tw':'mainFrame','sb':'Informatie Healer'}]
		],
		['Contact', null, {'sb':'Contact / Consult'},
			['E-Mail', 'mailto:info@4windsenergy.com', {'sb':'Mail'}],
			['Bezoekadres', 'Bezoekadres.htm', {'tw':'mainFrame','sb':'Bezoekadres'}]
		],
		['Links', 'Links.htm', {'tw':'mainFrame','sb':'Interessante Websites'}]
	]
];
