/*
  --- 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 = [
	['Products', null, null,
		['Catalog', 'BulletCatalog.htm'],
		['Price List', 'pl.html'],
		['New Products', 'PressRelease/PressRelease.html'],
		['Featured Products', 'FeaturedProducts/FeaturedProducts.html'],
	],
	['Master List', null, null,
		['View Master List Online', 'Masters/Masters.htm'],
		['UltraDyne Master List', 'Masters/ultradynemasters.html'],
		['Ford 4.6-5.4 OHC Master List', 'Masters/46FORD.htm'],
	],
	['Tractor Pulling', 'Tractors/index.html', null,
	],
	['Contact', null, null,
		['Cam Recomendation', 'RecForm/index.html'],
		['Comments', 'mailto: webmaster@bulletcams.com?subject=Website Comments'],
	],
	['Special Stuff', null, null,
		['Winners Gallery', 'gallery/gallery.html'],
		['Complaint Department', 'complaint/index.html'],
	],
];


