/*
  --- 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', 'index.htm'],
	['About Us', 'about.htm'],
	['Products', null, null,
		['Gantry', 'gantry.htm'],
		['Roller Press', 'rollerpress.htm'],
		['Truss Systems', 'trusssystems.htm'],		
		['Truss Tables', 'trusstable.htm'],
		['Conveyor Systems', 'conveyor.htm'],
		['Roof Truss Stackers', 'stackers.htm'],		
		['Floor Truss Systems', 'floortrusssystem.htm'],
		['Jack Table & Speed Lines', 'jacktable.htm'],
		['Miscellaneous Specialties', 'misc.htm'],
		['Ready Feed Lumber Conveyor', 'readyfeed.htm'],
		['Used-Reconditioned Equipment', 'reconditioned.htm']										
	],
	['Contact', null, null,
		['Request Information', 'RForm/rfi.htm'],
		['E-mail: info@cmfstealth.com', 'mailto:info@cmfstealth.com'],
		['Phone: (517) 323-1996'],
		['Toll Free: (800) 662-2857'],
		['Fax: (517) 323-8939']
	],
	['Videos', 'videos.htm', null,
		['Floor Truss System', 'videofloor.htm'],
		['Steel Slotted End Off Truss System on Track', 'videogantryendoff.htm'],
		['Steel Slotted Side Eject Truss System', 'videosteelslotted.htm'],
		['Steel Slotted Trackless Gantry Side Eject System', 'http://realserver.earthlink.net/~www.cmfstealth.com/video/trackless.rm'],
		['Jack Table', 'videojacktable.htm']
	],
];

