/*
  --- 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.html',null,
		['Home Page', 'index.html'],									
	],

	
	['Store', 'store.html', null,
		['Whips', 'whips.htm',null,
			['Murphywhips Signature Range', 'murphywhips_signature_range.htm', null,
				['Signal Whips', 'Signalwhips.html', null],
				['Snake Whips', 'Snakewhips.html', null],
				['Bull Whips', 'Bullwhips.html', null],
				['Stock Whips', 'Stockwhips.html', null],
			],
			['Aussie Whip Supplies', 'aussie_whip_supplies.htm', null,
				['Snake Whips', 'AWSSnakeWhips.html', null],
				['Stock Whips', 'AWSStockWhips.html', null],
				['Kangaroo Hide Bull Whips', 'AWSKangarooHideBullwhips.html', null],
				['Other Whips', 'AWSOtherWhips.html', null],
			],
		],	
			
		['Videos & DVDs', 'videos_&_dvds.htm', null,
			['Roping Videos', 'RopingVideos.html', null],
			['Trick Riding DVDs', 'TrickRidingDvds.html', null],
			['Whip Videos', 'WhipVideos.html', null],
			['Poi Spinning DVDs', 'PoiSpinningDvds.html', null],
			['Quick Draw and Gun Spinning DVDs', 'QuickDrawAndGunSpinningDvds.html', null],

		],		
		
		['Bookstore', 'bookstore.htm', null,
			['Trick Riding Books', 'TrickRidingBooks.html', null],
			['Roping Books', 'RopingBooks.html', null],
			['Tanning Books', 'TanningBooks.html', null],
			['Biographies', 'Biographies.html', null],
			['Whips & Braiding Books', 'Whips&BraidingBooks.html', null],
			['Poi Spinning Books', 'PoiSpinningBooks.html', null],
			['Martial Art Whips', 'MartialArtWhips.html', null],
		],
	
		['Blades and Tools', 'blades_and_tools.htm',null,
			['Leather Splitter','LeatherSplitter.html',null],
			['Craft Knives','CraftKnives.html',null],
			['Lacing Tools','LacingTools.html',null],
			['Sharpening Tools','SharpeningTools.html',null],
		],

		['Braiding Supplies', 'braiding_supplies.htm',null,
			['Whipmaking Supplies','WhipmakingSupplies.html',null],
			['Specialty Threads','SpecialtyThreads.html',null],
			['Leather','Leather.html',null],
			['Plaited Belt Supplies','PlaitedBeltSupplies.html',null],
		],

		['Whip Accessories', 'whip_accessories.htm',null,
			['Leather Dressing','LeatherDressing.html',null],
			['Whip Falls','WhipFalls.html',null],
			['Whip Crackers','WhipCrackers.html',null],
			['Whip Bag','WhipBag.html',null],
			['Murphywhips Logo Tees','MurphywhipsLogoTees.html',null],
			['Bullwhip Pendant','BullwhipPendant.html',null],
			['Murphywhips Logo Sticker','MurphywhipsLogoSticker.html',null],
			['Whip Holster','WhipHolster.html',null],
		],

		
		['Ropes & Lariats', 'ropes_&_lariats.htm',null,
			['Lariats','Lariats.html',null],
			['Ropes','Ropes.html',null],
		],
		
	
		['Tanning Supplies', 'tanning_supplies.htm',null,
			['Tanning Equipment','TanningEquipment.html',null],
		],
		
		['Poi And Kevlar Wicking', 'poi_and_kevlar_wicking.htm',null,
			['Poi','Poi.html',null],
			['Poi Accessories','PoiAccessories.html',null],
			['Kevlar Wicking','KevlarWicking.html',null],
		],	
	],
	['FAQs', 'FAQwhips.html', null,
		['Security FAQs', 'FAQsecurity.html'],
		['Shipping FAQs', 'FAQshipping.html'],
		['Whip FAQs', 'FAQwhips.html'],
										
	],

	['News, Articles', 'news.html', null,
		
	],
	
		['Whats New?', 'WhatsNew.html', null,
		
	],
	
	['Testimonials', 'testimonials.html', null,
		['Customer Satisfaction First!', 'testimonials.html'],	
		['Privacy Policy', 'privacy_policy.html'],		
		['We Need Your Feedback', 'feedback.html'],				
	],

	['About Us', 'about_us.html', null,
		['Contact Details', 'contactdetails.html'],
		['Returns Policy', 'returns_policy.html'],
		['All About Mike Murphy', 'about_us.html'],
		['Awards', 'awards.html'],		
		['Site Map', 'sitemap.html'],				
	],
	
	['Bookmark Us', 'javascript:bookmarksite();', null,
		
	],
	
];

