/*
  --- 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 = [
	['Home','../index.html',{'tw' : 'content'}],
	['Services',null,null,	
		['Bespoke Personal Coaching','../wholelifecoaching.html', {'tw' : 'content'}],
		['Focused Coaching Programmes',null,null,
			['+ Launch Your Best Life 2010','../lifecoachingprogrammes/resolutions.html', {'tw' : 'content'}],
			['+ Sparkling Autumn Passport','../lifecoachingprogrammes/RBSparklingAutumn.html', {'tw' : 'content'}],
			['+ Get Back on Track','../lifecoachingprogrammes/RBbackontrack.html', {'tw' : 'content'}],
			['+ Well-being Make-Over','../lifecoachingprogrammes/RBwellbeing.html', {'tw' : 'content'}],
			['+ Work-Life Renewal','../lifecoachingprogrammes/RBrenewal.html', {'tw' : 'content'}],			
			['+ Staying on Track','../lifecoachingprogrammes/blazer.html', {'tw' : 'content'}],
		],	
		['Time to Think (e-zine)','../timetothink.html', {'tw' : 'content'}],
		['Gift Certificates','../vouchers.html', {'tw' : 'content'}],
	],
	['Client Stories','../clients.html', {'tw' : 'content'}],	
	['Resources',null,null,
		['Life Audit Workbook','../getworkbook.html', {'tw' : 'content'}],
		['Articles from the E-zine','../ezine/articleindex.html', {'tw' : 'content'}],
		['Exercises & Top Tips','../lifecoachingtips.html', {'tw' : 'content'}],
		['From My Library... Books','../books.html', {'tw' : 'content'}],
		['From My Library... Audio & Film','../audio.html', {'tw' : 'content'}],
		['Recommended People & Sites','../resources.html', {'tw' : 'content'}],
	],
	['About','../about.html', {'tw' : 'content'}],

	['Contact','../contacts.html', {'tw' : 'content'}],
];
