/* Tigra Menu items structure */

var MENU_ITEMS = [
	[['<img src=/menu_files/dte-nav-leftpiece-sm.gif width="99" height="27">', '<img src=/menu_files/dte-nav-leftpiece-sm.gif  width="99" height="27">', '<img src=/menu_files/dte-nav-leftpiece-sm.gif width="99" height="27">'], 'http://', {'sw':99}],
	[['<img src=/menu_files/dte-nav-products-off.gif>', '<img src=/menu_files/dte-nav-products-on.gif>', '<img src=/menu_files/dte-nav-products-on.gif'], '/products.htm', {'sw':133},
		['Products Introduction', '/products.htm'],
		['Actuators', '/products-actuators.htm'],
		['Hydraulics', '/products-hydraulics.htm'],
		['Controllers', '/products-controllers.htm'],
		['Vibration', '/products-vibration.htm'],
		['Load Frames', '/products-load-frames.htm']
	],
	[['<img src=/menu_files/dte-nav-markets-off.gif>', '<img src=/menu_files/dte-nav-markets-on.gif>', '<img src=/menu_files/dte-nav-markets-on.gif>'], '/markets.htm', {'sw':147},
		['Markets Introduction', '/markets.htm'],
		['Civil Engineering', '/markets-civil-engineering.htm'],
		['Vehicles', '/markets-vehicles.htm'],
		['Energy', '/markets-energy.htm'],
	],
	[['<img src=/menu_files/dte-nav-services-off.gif>', '<img src=/menu_files/dte-nav-services-on.gif>', '<img src=/menu_files/dte-nav-services-on.gif>'], '/services.htm', {'sw':150},
		['Services Introduction', '/services.htm'],
		['Repair', '/services-repair.htm'],
		['On-site', '/services-on-site.htm'],
		['Calibration', '/services-calibration.htm'],
		['Challenge Us', '/services-challenge-us.htm'],
	],
	[['<img src=/menu_files/dte-nav-aboutus-off.gif>', '<img src=/menu_files/dte-nav-aboutus-on.gif>', '<img src=/menu_files/dte-nav-aboutus-on.gif>'], '/about.htm', {'sw':139},
		['About DTE', '/about.htm'],
		['History', '/history.htm'],
		['Contacts', '/contact.htm'],
	],
	[['<img src=/menu_files/dte-nav-downloads-off.gif>', '<img src=/menu_files/dte-nav-downloads-on.gif>', '<img src=/menu_files/dte-nav-downloads-on.gif>'], '/downloads.htm', {'sw':133},
	],
	[['<img src=/menu_files/dte-nav-rightpiece-sm.gif width="98" height="27">', '<img src=/menu_files/dte-nav-rightpiece.gif width="98" height="27">', '<img src=/menu_files/dte-nav-rightpiece.gif width="98" height="27">'], 'http://', {'sw':98}]
	];
/*Total width = 899 This is the total width of all the cells, as indicated by the red "SW" at the end of each top-level entry. For each of those entries, in turn, SW should equal the width of the graphics in that cell. The table (in an HTML file) which contains this dynamic menu should have a width equal to the number given here.*/



