/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tt':'Home','sb':'Home'}],
	['About us', null, null,
		['Membership', 'membership.htm', {'tt':'Membership','sb':'Membership'}],
		['Committee', 'com.htm', {'tt':'Officers & Committee','sb':'Officers & Committee'}],
		['Branches', 'branches.htm', {'tt':'Branches','sb':'Branches'}],
		['Breed Standard', 'std.htm', {'tt':'Shetland Sheepdog Breed Standard','sb':'Shetland Sheepdog Breed Standard'}],
		['Publications', 'pubs.htm', {'tt':'Club Publications','sb':'Club Publications'}],
		['Points Trophies', 'trophies.htm', {'tt':'Club Points Trophies','sb':'Club Points Trophies'}],
		['Training of Judges', 'toj.htm', {'tt':'Training of Judges Scheme','sb':'Training of Judges Scheme'}],
		['Sheltie Rescue', 'rescue.htm', {'tt':'Sheltie Rescue','sb':'Sheltie Rescue'}],
		['Want to Buy a Puppy?', 'pups.htm', {'tt':'Want to Buy a Puppy?','sb':'Want to Buy a Puppy?'}],
		['Health Issues', 'health.htm', {'tt':'Health Issues','sb':'Health Issues'}]
	],
	['News & Events', null, null,
		['News', 'news.htm', {'tt':'Latest News','sb':'Latest News'}],
		['Show Results', 'results_index.htm', {'tt':'Show Results','sb':'Show Results'}],
		['Future Events', 'events.htm', {'tt':'Future Events','sb':'Future Events'}]
	],
	['Merchandise', null, null,
		['2010 Handbook', 'handbooks.htm', {'tt':'2010 Handbook','sb':'2010 Handbook'}],
		['Club Calendar', 'calold.htm', {'tt':'Club Calendar','sb':'Club Calendar'}],
		['The Nutshell', 'nutshell.htm', {'tt':'The Nutshell','sb':'The Nutshell'}],
		['Publications & Merchandise', 'goods.htm', {'tt':'Publications & Merchandise','sb':'Publications & Merchandise'}],
	],
	['Downloads', 'downloads.htm', {'tt':'Downloads','sb':'Downloads'},
		['Membership Application', 'pdf/appform.pdf', {'tt':'Membership Application Form','sb':'Membership Application Form'}],
		['Standing Order', 'pdf/so.pdf', {'tt':'Standing Order Form','sb':'Standing Order Form'}],
		['Rules of the Club', 'pdf/rules.pdf', {'tt':'Rules of the Club','sb':'Rules of the Club'}],
		['Code of Ethics', 'pdf/code.pdf', {'tt':'Club Code of Ethics','sb':'Club Code of Ethics'}],
		['Rules for Branches', 'pdf/branch.pdf', {'tt':'Rules for Branches','sb':'Rules for Branches'}],
		['Training of Judges Enrolment', 'pdf/toj.pdf', {'tt':'Training of Judges Scheme Enrolment Form','sb':'Training of Judges Scheme Enrolment Form'}],
		['Judges List', 'pdf/judges.pdf', {'tt':'Judges List','sb':'Judges List'}],
		['Sales Agreement', 'sales.htm', {'tt':'Sales Agreement','sb':'Sales Agreement'}],
		['Hereditary Eye Problems', 'pdf/eyes.pdf', {'tt':'Hereditary Eye Problems','sb':'Hereditary Eye Problems'}],
		['DM/FCD Paper', 'pdf/dm.pdf', {'tt':'Paper on DM/FCD','sb':'Paper on DM/FCD'}],
		['DM/FCD Photos', 'dmp.htm', {'tt':'DM/FCD Photos','sb':'DM/FCD Photos'}],
		['Points Trophies', 'pdf/trophies.pdf', {'tt':'List of Points Trophies','sb':'List of Points Trophies'}],
		['Trophy Claims', 'pdf/claim.pdf', {'tt':'Trophy Claim Form','sb':'Trophy Claim Form'}],
		['Show Schedules', 'http://www.highampress.co.uk/download.asp', {'tw':'_blank','tt':'Show Schedules on Higham Press website','sb':'Show Schedules on Higham Press website'}]
	],
	['Links', 'links.htm', {'tt':'Useful Links','sb':'Useful Links'}]
];
