/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sb':'Texas Home-Land Realty','sw':74}],
	['Homes for Sale', null, {'sw':124},
		['604 Avenue F, Mason, Texas', 'rs604avef.htm'],
		['Buck Run Road, Loyal Valley, Texas', 'rsbkrunrdlv.htm'],
		['Great Starter Home, Voca, Texas', 'rsvoca.htm'],
		['Great Hill Country Views, Katemcy, Texas', 'rskatemcy.htm'],
		['417 Austin Street, Mason, Texas', 'rs417austin.htm']
	],
	['Ranches for Sale', null, {'sw':124},
		['Pecos County West Texas Ranch, 3069 acres', 'r3069pecos.htm'],	
		['West Texas Muledeer Ranch, 2254 acres', 'r2254terrell.htm'],
		['478 Acres near Dryden in Terrell County', 'r478terrell.htm'],
		['Buck Run Road, Loyal Valley, Texas', 'rsbkrunrdlv.htm']
	],
	['MLS Search', 'search.htm', {'tw':'_new window','sw':100}],
	['Agents', null, {'sw':74,'bw':160},
		['Samantha Burton, Broker', 'agsamburton.htm'],
		['Ken Burton, Agent', 'agkburton.htm'],
		['Jeanie Smith, Agent', 'agjsmith.htm'],
		['Ashley Clement, Agent', 'agaclement.htm']
	],
	['Links', null, {'sw':74,'bw':200},
		['National Association of Realtors', 'http://www.realtor.org', {'tw':'_new window'}],
		['Gillespie County Board of Realtors', 'http://www.gillespieboardofrealtors.com', {'tw':'_new window'}],
		['Texas Association of Realtors', 'http://www.texasrealtors.com', {'tw':'_new window'}],
		['Texas Real Estate', 'http://www.texasrealestate.com', {'tw':'_new window'}]
	],
	['Burton Hunting Services, Inc.', 'http://www.burtonenterprises.com/hunting/index.htm', {'tw':'_new window','sw':204}]
];
