/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.php', {'tw':'_self'}],
	['What&rsquo;s I.P.M.?', 'index.php?page_id=23', {'tw':'_self'}],
	['SERVICES OFFERED', null, null,
		['GENERAL PEST CONTROL', 'index.php?page_id=19', {'tw':'_self'}],
		['ORNAMENTAL & TURF', 'index.php?page_id=20', {'tw':'_self'}],
		['WOOD DESTROYING INSECTS', 'index.php?page_id=21', {'tw':'_self'}],
		['HONEY BEE REMOVAL', 'index.php?page_id=22', {'tw':'_self'}],
		['INFRARED THERMOGRAPHY', 'index.php?page_id=15', {'tw':'_self'}],
		['WILDLIFE CONTROL', 'index.php?page_id=16', {'tw':'_self'}],
		['MOLD REMEDIATION', 'index.php?page_id=25', {'tw':'_self'}]
	],
	['REALTORS', null, {'tw':'_self'},
		['TERMITE INSPECTIONS', 'index.php?page_id=26', {'tw':'_self'}],
		['MOLD INSPECTIONS', 'index.php?page_id=27', {'tw':'_self'}],
		['CLIENT REPORTS', 'index.php?page_id=89', {'tw':'_self'}]
	],
	['MANAGEMENT CO\'S', 'index.php?page_id=24', {'tw':'_self'}],
	['BUILDERS', null, {'tw':'_self'},
		['TERMITE PRE-TREATMENT', 'index.php?page_id=28', {'tw':'_self'}],
		['FUNGUS PRE-TREATMENT', 'index.php?page_id=29', {'tw':'_self'}],
		['CLIENT REPORTS', 'index.php?page_id=89', {'tw':'_self'}]
	],
	['FREE RESOURCES', null, {'tw':'_self'},
		['ASK THE EXPERTS', 'index.php?page_id=93', {'tw':'_self'}],
		['FREE INSECT LECTURE', 'index.php?page_id=30', {'tw':'_self'}],
		['FAQS', 'http://www.buginfo.com/nofinder', {'tw':'_blank'}],
		['LABELS & MSDS', 'index.php?page_id=32', {'tw':'_self'}],
		['HELPFUL LINKS', 'index.php?page_id=33', {'tw':'_self'}]
	],
	['REQUEST SERVICE', 'index.php?page_id=90', {'tw':'_self'}],
	['MAKE A PAYMENT', 'index.php?page_id=34', {'tw':'_self'}]
];
