/*
  --- 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_DIRT = [
	['.:Commercial<br>&nbsp;&nbsp;Products',['indexdirt.htm', '_self', null], [null,null,null,32],
		['RB Scraper',['prod_rbscraper.htm', '_self', null], [null,null,null,null]],
		['DB Scraper',['prod_dbscraper.htm', '_self', null], [null,null,null,null]],
		['GR Grader',['prod_grgrader.htm', '_self', null], [null,null,null,null]],
		['PT Roller',['prod_ptroller.htm', '_self', null], [null,null,null,null]],
		['TL Roller',['prod_tlroller.htm', '_self', null], [null,null,null,null]],
		['Price List',['prices_dirt.htm', '_self', null], [null,null,null,null]],
		['Dealer Locator',['dealerlookup_dirt.cfm', '_self', null], [null,null,null,null]],
	],
	['.:Prices',['prices_dirt.htm', '_self',], [null,32,null,32]
	],
	['.:Services & <br>&nbsp;&nbsp;Support',['supportdirt.htm', '_self', null], [null,null,null,32],		
		['Dealer Locator',['dealerlookup_dirt.cfm', '_self', null], [null,null,null,null]],
		['Upcoming Shows',['showsdirt.htm', '_self', null], [null,null,null,null]],
		['Links',['linksdirt.htm', '_self', null], [null,null,null,null]],
		['Location',['locationdirt.htm', '_self', null], [null,null,null,null]],
		['Contact Us',['contact_dirt.htm', '_self', null], [null,null,null,null]],
	],
	['.:Location',['locationdirt.htm', '_self', null], [null,34,null,null],		
	],
	['.:Contact Us',['contact_dirt.htm', '_self',], null,		
	],
	['.:Dealer Locator',['dealerlookup_dirt.cfm','_self', null], null,		
	],
	['.:Testimonials / <br>News Stories',['newsdirt.htm','_self', null], [null,null,null,32],		
	],
	['.:Home',['index.htm', '_self', null], [null,34,null,25]
	],
	['-----------',[null, null, null], null,
	],
	['.:Dealers Only',['dealer_login_dirt.cfm', '_self', null], [null,34,null,25]
	],
];

var MENU_ITEMS_HAY = [
	['.:Hay Products',['indexhay.htm', '_self', null], [null,null,null,25],
		['Model 1000 <br>Accumulator',['prod_acc.htm', '_self',], [null,null,null,36]],
		['Fork Models 100, <br>110, 200, & 210',['prod_accforks.htm', '_self',], [null,36,null,36]],
		['Fork Models 120, <br>150, & 180',['prod_stackforks.htm', '_self',], [null,36,null,36]],
		['Fork Model 50',['prod_model50.htm', '_self',], [null,36,null,null]],
		['Loader Brackets',['prod_brackets.htm', '_self', null], [null,null,null,36]],
		['Dealer Locator',['dealerlookup_hay.cfm', '_self', null], [null,36,null,null]],
		['Manuals & Parts Book',['manualshay.htm', '_self', null], [null,null,null,null]],

	],
	['.:Prices',['prices_hay.htm', '_self',], [null,null,null,25]
	],
	['.:Services & <br>&nbsp;&nbsp;Support',['supporthay.htm', '_self',], [null,null,null,32],		
		['Dealer Locator',['dealerlookup_hay.cfm', '_self', null], [null,null,null,null]],
		['Operators Manuals',['manualshay.htm', '_self', null], [null,null,null,null]],
		['Upcoming Shows',['showshay.htm', '_self', null], [null,null,null,null]],
		['Links',['linkshay.htm', '_self', null], [null,null,null,null]],
		['Location',['locationhay.htm', '_self', null], [null,null,null,null]],
		['Contact Us',['contact_hay.htm', '_self', null], [null,null,null,null]],
	],
	['.:Location',['locationhay.htm', '_self',], [null,34,null,null],		
	],
	['.:Contact Us',['contact_hay.htm', '_self',], null,		
	],
	['.:Dealer Locator',['dealerlookup_hay.cfm','_self', null], null,		
	],
	['.:Testimonials / <br>News Stories',['newshay.htm','_self', null], [null,null,null,32],		
	],
	['.:Home',['index.htm', '_self', null], [null,34,null,25]
	],
	['-----------',[null, null, null], null,
	],
	['.:Dealers Only',['dealer_login_hay.cfm', '_self', null], [null,34,null,25]
	],
];
