/* Tigra Menu items structure */
var MENU_ITEMS = [
	['  Home', 'index.htm', {'sb':'Texas Home-Land Realty','sw':99}],
	['Homes', null, {'sw':114},
		['10 acres with House, 10 miles West on 29, Mason, Texas', 'rs10acW29.htm'],
		['417 Austin Street, Mason, Texas', 'rs417austin.htm'],
		['1305 Ischar Lane, Mason, Texas', 'rs1305ischar.htm'],
		['204 Comanche Street, Mason, Texas', 'rs204Comanche.htm'],
		['916 West College Avenue, Mason, Texas', 'rs916WCollege.htm'],
		['4548 Private Road, Ft. Stockton, Texas', 'rs4548PrivateRd.htm']
	
	],
	['Ranches', null, {'sw':124},
	
		['West Texas Muledeer Ranch, 2254 acres', 'r2254terrell.htm'],
		['1416 acres near Brady, McCulloch County', 'r1416McCulloch.htm'],
		['3634 acres near Albany, Shackelford County', 'r3634shackelford.htm'],
		['92 acres with House, 10 miles West on 29, Mason, Texas', 'r92acW29.htm'],
		['300 acres, 15 minutes Southeast of Seguin, Texas', 'r300acGuadCo.htm'],						


	],
		['Commercial', null, {'sw':124},
	
		['IH-10 Access at Ft Stockton', 'cmIH10FtStockton.htm']


	],

	['Recently Sold', null, {'sw':124},
		['478 Acres near Dryden in Terrell County', 'r478terrell.htm'],
		['Buck Run Road, Loyal Valley, Texas', 'rsbkrunrdlv.htm'],
		['Great Hill Country Views, Katemcy, Texas', 'rskatemcy.htm'],
		['Pecos County West Texas Ranch, 3069 acres', 'r3069pecos.htm'],
		['129 acres with Home near London, Texas', 'r129Menard.htm']
	],
	['MLS Search', 'search.htm', {'tw':'_new window','sw':100}],
	['Agents', null, {'sw':74,'bw':160},
		['Samantha Burton, Broker', 'agskburton.htm'],
		['Ken Burton, Agent', 'agskburton.htm'],
		['Jeanie Smith, Agent', 'agjsmith.htm'],
		['Derrick Garnett, Agent', 'agdgarnett.htm'],
		['Misty Kast, Agent', 'agmkast.htm'],
		['Bill Everett, Agent', 'agbeverett.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', {'tw':'_new window','sw':204}]
];

