/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', null, null, 
		['Home', 'default.asp'],

	],
	['Irrigation', null, null,
		['Irrigation Home', 'irrigation.asp'],
	['Vendor Links', 'links.asp?category=irrigation'],

	],	
	['Waterworks', null, null,
		['Waterworks Home', 'waterworks.asp'],
		['Service Division', 'service-division.asp'],
		['Vendor Links', 'links.asp?category=waterworks'],	


	],
	['Pump & Drilling', null, null,
		['Pumps Home', 'pumps.asp'],
                ['Vendor Links', 'links.asp?category=pumps'],

	],
	['Onsite', null, null,
		['Onsite Home', 'onsite.asp'],
        	['Vendor Links', 'links.asp?category=onsite'],
			
	

	],
	['AG', null, null,
		['Agriculture Home', 'agriculture.asp'],
                ['Vendor Links', 'links.asp?category=ag'],					

	
],	
	['Golf', null, null,
		['Golf Home', 'golf.asp'],
		['Vendor Links', 'links.asp?category=golf'],				
			
	
	],
	['Services', null, null,
		['Services', 'services.asp'],
		['Comments', 'contact8-22.asp'],
		['Seminars', 'education.asp'],
		['Job Account Form', 'pdf%20files/jobinfosheet.pdf'],
		['Credit Application', 'pdf%20files/creditapp.pdf'],

			

	],	
	['Employment', null, null,			
		['Employment', 'employment.asp'],
		
					

	],	
	['Contact a Local Branch', null, null,
		['Corporate Office', 'locations.asp'],		
		['Oregon', 'locations.asp?state=OR'],	
		['Washington', 'locations.asp?state=WA'],			
		['Idaho', 'locations.asp?state=ID'],
	


	],

];


