// menu_items.js file

var MENU_ITEMS =[
	["Home", "index.htm",
	],
	["Engine Kits", null,
		["Pro Street/Pro Mod Series", "ps.htm" ],
		["Dominator Series", "dom.htm" ]		
	],
	["Services", "service1.htm",
	],
	["Contact", null,
		["About C&C Performance", "about.htm"],
		["Email", "mailto:prewittc@cox.net"]
	]
	];
