// menu_items.js file
// comments block here

var MENU_ITEMS = [
	['Home', "index1.htm"],
	['Forums',"forum"],
	['Photo Gallery', "cmine"],
	['Video', null, null,
		['Rock Crawling', null, null,
			['Erocc 2003 Finals', "video/erocc4roll.wmv"],
			['SuperCrawl III, Oct 2004, Obstacle 5', "video/SCIII_OB5.wmv"],
		],
	],
	['Brazilian Jiu-Jitsu', "bjj.htm"],
	['Rockcrawling', null, null,
		['The Rig', "specs.htm"],
		['Sponsors', "sponsor.htm"],
		['Tech', null, null,
			['4.3L Vortec Swap', null, null,
				['Overview', "vortec_main.htm"],
				['Locating the engine', "vor_eng.htm"],
				['Clutch and linkage', "vor_clutch.htm"],
				['SM465/D300 AA Install',"vor_trans.htm"],
				['Wire Harness Install',"vor_wire.htm"],
				['Fuel Supply',"vor_fuel.htm"],
				['Exhaust Install',"vor_exhaust.htm"],
				['Project Costs',"vor_cost.htm"],
				['Project Summary',"vor_summ.htm"]
			],
			['YJ Tub Swap', null, null,
				['Overview', "yjtub_main.htm"],
				['Swap Issues',"yj_issues.htm"],
				['CJ Tailgate',"yj_cjtail.htm"]
			],
			['GM HEI', "gmhei.htm"],
			['Rear Shackle Mounts', "shackle.htm"],
			['Daystar 1\" Bodylift', "bodylift.htm"],
			['Shock Tower Drain', "shktwr.htm"],
			['Clocked Transfer Case', "tcindex.htm"],
			['On Board Air', "onboard.htm"]
		],
	],
	['Links', "links.htm"],
	['About ETO Racing', "abouteto.htm"],
	['Contact', null, null,
		['Email', "mailto:rkcrawl@etoracing.com?subject=ETO Racing Feedback"],
		['AIM ID: etoracing']
	]
];
