/*
  --- 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', 'http://www.thenhinspector.com/index.htm',
	],
	['Home Buyers & Sellers', null, null,
		['Property Buyers', 'http://www.thenhinspector.com/html/buyers.htm'],
		['Property Sellers', 'http://www.thenhinspector.com/html/sellers.htm'],
		['Services', 'http://www.thenhinspector.com/html/services.htm'],
		['Additional Services','http://www.thenhinspector.com/html/add.htm'],
		['Questions you may have', 'http://www.thenhinspector.com/html/tenanswers.htm'],
		['Request a Home Inspection', 'http://www.thenhinspector.com/html/order.htm'],
	],
	['Inspection Services', null, null,
		['Inspection Services', 'http://www.thenhinspector.com/html/inspection.htm'],
		['Standard Inspection', 'http://www.thenhinspector.com/html/services.htm'],
		['Additional Services', 'http://www.thenhinspector.com/html/add.htm'],
		['Why use Comprehensive', 'http://www.thenhinspector.com/html/whyuse.htm'],
		['When to use Comprehensive', 'http://www.thenhinspector.com/html/when.htm'],
		['Common Mistakes', 'http://www.thenhinspector.com/html/mistakes.htm'],
		['Download our Brochure', 'http://www.thenhinspector.com/html/brochure2007.pdf'],
		['Request a Home Inspection', 'http://www.thenhinspector.com/html/order.htm'],
	],
	['Resources', null, null,
		['Ten Important Questions', 'http://www.thenhinspector.com/html/tenanswers.htm'],
		['Repair Cost Guide', 'http://www.thenhinspector.com/html/costguide.htm'],
		['Read and Believe', 'http://www.thenhinspector.com/html/resource_books.htm'],
		['Resource Links', 'http://www.thenhinspector.com/html/resource_links.htm'],
		['Link to us', 'http://www.thenhinspector.com/html/linktous.htm']
	],
	['Contact', null, null,
		['Contact us', 'http://www.thenhinspector.com/html/contact.htm'],
		['Why use Comprehensive?', 'http://www.thenhinspector.com/html/whyuse.htm'],
		['Download our Brochure', 'http://www.thenhinspector.com/html/brochure2007.pdf'],
		['E-mail', 'mailto:&#105;&#110;&#102;&#111;&#64;T&#104;&#101;NHI&#110;&#115;&#112;&#101;&#99;&#116;&#111;&#114;&#46;&#99;&#111;&#109;']
	],
];

