/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_top'}],
	['About Dryside', 'about.html', {'tw':'_top'},
		['Treatments', 'about/treatments.html', {'tw':'_top'}],
		['Tile Adhesives', 'about/adhesives.html', {'tw':'_top'}],
		['Acceptance Form', 'about/acceptanceform.html', {'tw':'_top'}],
		['Our Policies', 'about/policy.html', {'tw':'_top'},
			['Health & Safety', 'about/policy/healthandsafety.html', {'tw':'_top'}],
			['Environmental', 'about/policy/environmental.html', {'tw':'_top'}],
			['Terms & Conditions', 'about/policy/termsandconditions.html', {'tw':'_top'}]
		]
	],
	['The Survey', 'survey.html', {'tw':'_top'},
		['Survey Request Form', 'survey/surveyrequestform.html', {'tw':'_top'}]
	],
	['Guarantees', 'guarantees.html', {'tw':'_top'}],
	['Specifications', 'specifications.html', {'tw':'_top'},
		['Chemical DPC', 'specifications/chemicaldpc.html', {'tw':'_top'}],
		['Dry Rot', 'specifications/dryrot.html', {'tw':'_top'}],
		['Replastering', 'specifications/replastering.html', {'tw':'_top'}],
		['Timber Treatment', 'specifications/timbertreatment.html', {'tw':'_top'}]
	],
	['Case Histories', 'casehistories.html', {'tw':'_top'},
		['Testimonials', 'casehistories/testimonials.html', {'tw':'_top'}]
	],
	['Contact Us', 'contact.html', {'tw':'_top'},
		['FAQs', 'contact/faqs.html', {'tw':'_top'}]
	]
];

