/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
  Note that TOP MENU ITEMS is NOT used currently.
  NOTE length of description will only wrap on last of list.
*/
var TOP_MENU_ITEMS = 
[
	['Home', 'index.htm', null],
	['Shop', null, null,
		['Books', 'tlpubs.htm', null],
		['Essences', 'tlessence.htm', null,
			['Single remedies', 'tlsingle.htm'],
			['Combinations', 'tlcombo.htm'],
			['Sprays', 'tlspray.htm'],
			['Special combinations', 'tlcspecial.htm']
		]
	],
	['Information', null, null,
		['Info1', 'info1.htm'],
		['Info1', 'info1.htm'],
		['Info1', 'info1.htm'],
		['Info2', 'info2.htm']
	],
	['Contact us', 'contact.htm'],
];

var SIDE_MENU_ITEMS = 
[
	['Home', 'tlhome.htm', null],
	['Products', 'tlproducts.htm', null,
		['Essences', 'tlessence.htm', null,
			['Single essences', 'tlsingle.htm'],
			['Sprays', 'tlspray.htm'],
			['Combinations', 'tlcombo.htm']
		],
		['Books', 'tlpubs.htm', null]
	],
	['Essences', 'tlessence.htm', null,
		['Single essences', 'tlsingle.htm'],
		['Sprays', 'tlspray.htm'],
		['Combinations', 'tlcombo.htm'],
		['Special combo', 'tlcspecial.htm']
	],
	['Publications', 'tlpubs.htm', null],
	['Energy healing', 'tlhealing.htm', null],
	['Courses', 'tlcourses.htm', null],
	['Articles', 'tlarticles.htm', null,
		['SLEEP', 'tlasleep.htm'],
		['Spiritual Pilot', 'tlapilot.htm']
	],
	['Information', 'tlinfo.htm', null,
		['FAQS', 'tlfaqs.htm'],
		['More information', 'tlmoreabout.htm'],
		['Testimonials', 'tltestimonials.htm'],
		['Suggestions for use', 'tlsuggestions.htm']
	],
	['Mail Order', 'tlmailorder.htm', null],
	['News', 'tlnews.htm', null,
		['NEW! Angel spray', 'tlschristmas.htm'],
		['NEW! Bigger Bottles', 'tlschristmas.htm']
	],
	['About us', 'tlaboutus.htm', null],
	['Site map', 'tlsitemap.htm', null],
	['Links', 'tllinks.htm', null],
	['Contact us', 'tlcontact.htm'],
	['Check my basket', 'managecart.html'],
];

