/*
  --- 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.
*/


var MENU_ITEMS = [
	['Our website', 'index.php',,
		['Home Page', 'index.php',,
			[infobubl('Eartharomas:','Our Website Home page.')]],
		['Site Map', 'index.php#sitemap',,
			[infobubl('Our Site Map:',' a text description of the site content with links to where you can read about all the benefits of Eartharomas smudging products.')]],
		['Ordering', 'order_Smudging_products.php',,
			[infobubl('Ordering:','While we are reestablishing the stock and plants following our purchase of Eartharomas, please use this form to register your interest so that we can advise you when we stock becomes available.')]],	
		['Enquiries', 'enquiry.php',,
			[infobubl('Our Enquiry form:','While we are reestablishing the stock and plants following our purchase of Eartharomas, please use this form to register your interest so that we can advise you when we stock becomes available.')]]
	],
	['About.....',null,,
		['About Eartharomas', 'aboutus.php',,
			[infobubl('About Eartharomas Herbcraft:','Information about our business and Gary & Dee Seeman ~ the founders and driving force behind Eartharomas.')]],
		['About Our Products', 'about_Eartharomas_products.php',,
			[infobubl('About Eartharomas Products:','Information about how we grow, harvest and use the herbs to prepare our fine product range.')]],
		['About Smudging', 'about_smudging.php',,
			[infobubl('About Smudging:','Background about the ancient art of cleansing and revitalising as well as some how-to instructions.')]],
		['Guide to Smudging', 'guide_to_smudging.php',,
			[infobubl('Guide to Smudging:','For those who are new to the practice of smudging:<br><br>Our guide to getting the most out of Smudging based on years of practical experience.')]],
		['Enquiries', 'enquiry.php',,
			[infobubl('Our Enquiry form:','please use this if you have any questions, concerns, suggestions or feedback about Eartharomas, our products, practices or website.')]]
	],
	['Products',null,,
		['Smudge Sticks &amp; Bundles', 'smudge_bundles.php',,
			[infobubl('Smudge Sticks &amp; Bundles:','Our range of hand made smudge bundles, made from the herbs we grow organically at Eartharomas.')]],
		['Loose Herbs', 'loose_herbs.php',,
			[infobubl('Loose Herb packets:','We also offer our range of herbs and blends in 30 gramme packets for use with charcoal blocks for hands-free smudging.')]],
		['Bowls and Accessories', 'bowls.php',,
			[infobubl('Eartharomas Bowls:','Handcrafted and hand-decorated earthenware bowls and smudging accessories.')]],
		['Ordering', 'order_Smudging_products.php',,
			[infobubl('Ordering:','While we are reestablishing the stock and plants following our purchase of Eartharomas, please use this form to register your interest so that we can advise you when we stock becomes available.')]],	
		['Where to Buy', 'Where-to-buy-Eartharomas.php',,
			[infobubl('Where to Buy:','Shops around Australia which stock which stock Eartharomas Smudging products.')]],	
		['Enquiries', 'enquiry.php',,
			[infobubl('Our Enquiry form:','please use this if you have any questions, concerns, suggestions or feedback about Eartharomas, our products, practices or website.')]]
	],
	['Where to Buy', 'Where-to-buy-Eartharomas.php',,
		[infobubl('Where to Buy:','Shops around Australia which stock Eartharomas Smudging products.')]],	
	['Herbs we use',null,,
		['&nbsp;&nbsp;&nbsp;&nbsp;Cedar&nbsp;&nbsp;&nbsp;&nbsp;', 'herb_cedar.php',,
			[infobubl('Cedar:','Australian White Cedar, used to promote harmony and balance through grounding.')]],
		['Desert Sage', 'herb_desert_sage.php',,
			[infobubl('Desert Sage:','used for cleansing of spirit and protection, by the nurturing embrace of the divine feminine.')]],
		['Lavender', 'herb_lavender.php',,
			[infobubl('Lavender:',' used to allow clarity and calm out of emotional stress. ')]],
		['Mugwort', 'herb_mugwort.php',,
			[infobubl('Mugwort:','  also known as Black Sage, Mugwort is used to promote physical wellbeing, endurance and protection. Can bring prophetic and happy dreams and aid astral travel.')]],
		['Patchouli', 'herb_patchouli.php',,
			[infobubl('Patchouli:',' use it to get in touch with your sensuality and to promote a feeling of well being')]],
		['Sweet Grass', 'herb_sweet_grass.php',,
			[infobubl('Sweet Grass:',' used to entice positive energy and entities but by that same appealing nature it can also attract unwelcome attention. Best burned after or with sage to deter these negative influences.')]],
		['White Sage', 'herb_white_sage.php',,
			[infobubl('White Sage:','used for cleansing of spirit and protection by the indomitable strength of the divine masculine')]],
		['Enquiries', 'enquiry.php',,
			[infobubl('Our Enquiry form:','please use this if you have any questions, concerns, suggestions or feedback about Eartharomas, our products, practices or website.')]]
	],
];
	
function infobubl (heading,text) {
	return '<table height="10" width="220" cellpadding="5" cellspacing="0" border="2" bordercolor="#990033" bordercolordark="#660033" bordercolorlight="#cc0000" class="infobubl"><tr><td width="220" class="infobubl"><span class="navh3">' + heading + '</span> &nbsp;&nbsp;' + text + '</td></tr></table>';
}

