/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	['(Hide/Show Menu)', null, null,										
			['Home', 'index.shtml'],										
		['GO GREEN', 'gsheatpumps.shtml', null,
			['About', 'gsheatpumps.shtml#about'],
			['Benefits', 'gsheatpumps.shtml#benefits'],
			['Costs', 'gsheatpumps.shtml#costs'],
			['Qualifications', 'gsheatpumps.shtml#qualifications'],
			['More Info', 'gsheatpumps.shtml#info'],
		],
		['Costs', 'costs.shtml', null,
		  ['Potential Costs', 'costs.shtml#costs'],
		  ['Quotes', 'costs.shtml#quotes'],
		],	
		['Construction', 'construct.shtml', null,
		    ['Well Location', 'costs.shtml#location'],
		    ['Depth', 'construct.shtml#depth'],
			['Logging', 'construct.shtml#logging'],
			['Casing', 'construct.shtml#casing'],
			['Filter Pack', 'construct.shtml#fpack'],
			['Surface Seal', 'construct.shtml#seal'],
			['Well Completion', 'construct.shtml#complete'],
		],
		['Drilling Methods', 'drilling.shtml', null,
			['Air Rotary', 'drilling.shtml#air'],
			['Mud Rotary', 'drilling.shtml#mud'],
			['Cable Tool', 'drilling.shtml#cable'],
			['Casing Hammer', 'drilling.shtml#casing'],
			['Reverse Circulation', 'drilling.shtml#revercirc'],
		],
		['Water Systems', 'systems.shtml', null,
			['Service & Repair', 'systems.shtml#service'],										
			['Booster Systems', 'systems.shtml#booster'],
			['Electrical & Piping', 'systems.shtml#electrical'],
			['Fire Protection', 'systems.shtml#fire'],
			['Pressure Tanks', 'systems.shtml#pressure'],
			['Pumps', 'systems.shtml#pumps'],
			['Storage Tanks', 'systems.shtml#storage'],
		],
		['Water Treatment', 'treatment.shtml', null,
			['Minerals', 'treatment.shtml#minerals'],
			['Perchlorate', 'treatment.shtml#perchlorate'],
			['Sediment', 'treatment.shtml#sediment'],
		],
		['Tests & Permits', 'testpermits.shtml', null,
			['Permits', 'testpermits.shtml#permits'],
			['Water Testing', 'testpermits.shtml#watertest'],
			['Yield Testing', 'testpermits.shtml#yieldtest'],
		],
			['Our History', 'history.shtml'],
			['Photo Album', 'photoalbum.shtml'],		
			['Resource Links', 'links.shtml'],					
	]
];