/*
  --- 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 = [
	
	['Product Overview', 'productoverview.htm'
	],
	
	['Plant Bodies', 'plantbodies.htm'
	],
	
	['Trailers', null, null,
		['Drawbar Trailers', 'drawbar.htm'],
		['Stepframe Trailers', 'stepframe.htm'],
		['Specialist Trailers', 'specialisttrailers.htm'],
		['Hydraulic Low Neck Loaders', 'lowloaders.htm'],
		['Export Trailers', 'exporttrailers.htm'],

	],
	
	['Trailers For Sale', null, null,
	 	['New Andover', 'newandover.htm'],
		['New Beavertail Plant Bodies', 'newbeavertail.htm'],
		['New Goldhofer', 'newgoldhofer.htm'],
		['Used Trailers', 'usedtrailers.htm'],

	],
	
	['Tippers', '#'
	],
	
	['Equipment', null, null,
	 	['Safety Lights', 'safetylights.htm'],
		['Bevola Toolboxes', 'bevolatoolboxes.htm'],
		['Specialist Equipment', '#'],

	],
	
	['Goldhofer Partnership', 'goldhoferpartnership.htm'
	],
	
	['Used Equipment', '#'
	],
		
	['TSE Body Parts', 'tse.htm'
	],
	
	['Shop', 'shop.htm'
	],
	
	['Videos', 'videos.htm'
	],
	
	['Workshop', 'workshop.htm'
	],
	
	['Environment', '#'
	],
	
	['Press Releases', null, null,
	 	['2012', 'news2012.htm'],
	 	['2011', 'news2011.htm'],
	 	['2010', 'news2010.htm'],
	 	['2009', 'news2009.htm'],
	 	['2008', 'news2008.htm'],
		['2007', 'news2007.htm'],
		['2006', 'news2006.htm'],
		['2005', 'news2005.htm'],
		['2004', 'news2004.htm'],
		['2003', 'news2003.htm'],
		['2002', 'news2002.htm'],

	],
	
	['Trade Shows', 'tradeshows.htm'
	],
	
	['Customer Comments', 'comments.htm'
	],
	
	['Mar-Train Racing', 'martrain.htm'
	],
	
	['Links', 'links.htm'
	],
	
	['Sitemap', 'sitemap.htm'
	],
	
	['Finance Calculator', 'calculator.htm'
	],

	
];
