/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sw':75}],
	['Order Online', 'https://www.centraltitleco.com/neworder.htm', {'sw':120}],
	['Company Profile', 'companyprofile.htm', {'sw':150}],
	['Why Choose Us', 'chooseus.htm', {'sw':150}],
	['Information/Links', null, {'sw':120},
	    ['Gregg County','gregg.htm'],
	    ['Harrison County','harrison.htm'],
	    ['Rusk County','rusk.htm'],
	    ['Smith County','smith.htm'],
	    ['Upshur County','upshur.htm'],
	    ['Closing Tips','realtorinfo.htm'],
	    ['Know Your Closing','http://www.homeclosing101.org/',{'tw':'_blank'}],
   	    ['Title Policy Premiums','http://www.alamotitle-austin.com/library/20/TexasTitleInsuranceRates.pdf',{'tw':'_blank'}],
   	    ['TREC Contract Forms','http://www.trec.state.tx.us/formslawscontracts/forms/forms-contracts.asp',{'tw':'_blank'}],
	    ['Tech Support','helpdesk.exe',{'tw':'_blank'}]
	],
	['Locations', null, {'sw':110},
		['Longview', 'longview.htm'],
		['Tyler', 'tyler.htm'],
		['Marshall', 'marshall.htm'],
		['Gilmer', 'gilmer.htm'],
		['Henderson', 'henderson.htm'],
		['Lindale', 'lindale.htm']
	]
];
