/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Website' , 'index.php',,
		['Home page' , 'index.php',,
		 	[infobubl('Home page','the root of the website.')]],
		['Resources' , 'resources.php',,
		 	[infobubl('Online Resources','Links to sites which offer exceptional service and products related to stones, gemstones and their use.')]],
	],
	['What I create', 'products.php', null,
		['Amulets and Talismans', 'pr_amulets_talismans.php', ,
		 	[infobubl('Amulets&nbsp;&amp;&nbsp;Talismans&nbsp;','wearable creations to manifest results or to protect and nurture. Often confused with &#8220;jewellery&#8221;, they offer far more potent loife-enhancement that mere decoration.')]],
		['Wands', 'pr_magic_healing_transforming_wands.php', ,
		 	[infobubl('Magic Wands','Wands for healing, weilding magic and transforming all sorts of situations and circumstances - whether for yourself or those you care for - generally hand-held these wands are also highly tactile and visually stimulating.')]],
		['Mirrors', 'pr_mirrors.php', ,
		 	[infobubl('Mirrors','I make these more for looking within - for those who seek to know themselves.<br>They do serve perfectly as a looking-glass.')]],
		['Pyramids', 'pr_pyramids.php', ,
		 	[infobubl('Pyramids','powerful energies through ancient wisdom. Very effective at creating an energy ambience in their immediate vicinity they can also be tuned for cleansing, energising whatever lies within.')]],
		['Desktop ornaments', 'pr_magical_desktop_ornaments.php', ,
		 	[infobubl('Desk-top Magic','Subtle, yet powerful, aids for the workplace.<br>Perfect for the enlightened executive who wants a magical item at the workplace without  being subjected to the apprehensions of colleagues and visitors.')]],
		['Chalices', 'pr_chalice.php', ,
		 	[infobubl('Chalices','magnificent gifts for drinking life these can be crafted in matched pairs to create the perfect wedding gift.')]],
		['Boxes', 'pr_boxes.php', ,
		 	[infobubl('Magical Boxes','Containers for your magical toolkit - solid and robust these can be made to your specific requirements.')]],
		['Other items', 'pr_other.php', ,
		 	[infobubl('Miscellanea','varied as the individuals who have commissioned them')]]
	],
	['About........', null, null,
		['Clients Feedback', 'clients_feedback.php', ,
				[infobubl('Testimonials','what clients have said about our products and service.')]],
		['About Majistyks', 'about_majistyks.php', ,
				[infobubl('About Majistyks','some background material on Majistyks.')]],
		['About Gemstones', 'about_gemstones.php', ,
				[infobubl('Gemstones','Facets of gemstones and their use in Objects of Power')]]
	],
	['Ordering', 'ordering.php', ,
		 	[infobubl('About Majistyks','How to go about commissioning a piece, you can use this form to make enquiries of any nature.')]],
	['Contacts', 'contact.php', ,
		 	[infobubl('Get in Touch','My contact details.')]]
];

function infobubl (header, text) {
	return '<table width=220 cellpadding="10" cellspacing="0" border="2" bordercolor="#990033" bordercolordark="#660033" bordercolorlight="#cc0000"><tr><td width="200" class="infoblockheader" align="center"><div class="infoblockheader">' +header + '</span></div></td></tr><tr><td width="200" class="infoblock"><div class="infoblock">' + text + '</span></div></td></tr></table>';
}