/*
  --- 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', {'sb' : 'Return to Homepage'}],
	['About', '', {'sb' : 'About Richard Kempton: Firework Photographer'},
	    ['About', 'aboutus.htm', {'sb' : 'About Richard Kempton: Firework Photographer'}],
		['Firework Display Photography', 'displays.htm', {'sb' : 'Specialist Firework Display Photography by Richard Kempton'}],
		['Other Firework Photo Services', 'otherservs.htm', {'sb' : 'Richard Kempton Can Provide Additional Firework Photographic Services'}],
		['Firework Stock Photography', 'stock.htm', {'sb' : 'Large Stock of Firework Photos available from Richard Kempton'}],
		['Online Booking', 'fr_booking.htm', {'sb' : 'Check Availability of Richard Kempton for your Event'}],
	],
	['Firework Photos', 'gallery.htm', {'sb' : 'Firework Photos for Your Viewing Pleasure'},
		['Best of Best', 'fr_gallbest.htm', {'sb' : 'Enjoy Our Selection of the Best Firework Photos by Richard Kempton'}],
	    ['Firework Competitions', 'fr_fwkcomps.htm', {'sb' : 'Display Photos from UK Firework Competitions'}],
		['Firework Shows', 'fr_fwkshows.htm', {'sb' : 'Display Photos from UK Firework Shows'}],
		['Events with Fireworks', 'fr_fwkevents.htm', {'sb' : 'Display Photos from Events with Fireworks'}],
	],
	['Shop', 'fr_fwkshop.htm', {'sb' : 'Buy Prints of Your Favourite Photos'},
	    ['Shopping Basket', 'fr_fwkshop.htm', {'sb' : 'Buy Prints of Your Favourite Photos'}],
		['Free Stuff', , ,
			['Free Backgrounds', 'backgrounds.htm', {'sb' : 'Desktop Backgrounds for Your PC or Mac'}],
			['Screen Savers', 'scrsavers.htm', {'sb' : 'Screen Savers of Firework Photos'}],
		],
	],
	['Forum & Links', 'forumlinks.htm', {'sb' : 'Fireworks Forum, Your Events Diary, and Links to Sites'},
		['Fireworks Forum', '/cgi-bin/ikonboard.cgi', {'sb' : 'General Forum on Fireworks (moderated)'}],
		['Events Diary', 'fr_evdiary.htm', {'sb' : 'Let Us Know About Your Firework Event (moderated)'}],
    	['Links', '', {'sb' : 'Links'},
    		['Other Firework Photo Sites', 'otherlinks.htm', {'sb' : 'Links to Other Firework Photo Websites'}],
    		['Night Photography Sites', 'nightlinks.htm', {'sb' : 'Links to Night Photography Websites'}],
    		['General Links', 'genlinks.htm', {'sb' : 'General Links'}],
    	],
	],
	['Firework Info', 'faqs.htm', {'sb' : 'Information on Fireworks and Firework Photography'},
		['How to Photograph Fireworks', 'fr_fwkphotofaq.htm', {'sb' : 'How to take fantastic firework photos'}],
		['UK Firework Companies', 'fwkdiruk.htm', {'sb' : 'Directory of UK Firework Companies, with Photos by Richard Kempton'}],
		['Overseas Firework Companies', 'fwkdirworld.htm', {'sb' : 'Directory of Overseas Firework Companies'}],
	],
	['Contact', 'contact.htm', {'sb' : 'How to Contact Richard Kempton: Firework Photographer'}
	],
];

//		['Free Stuff', 'freestuff.htm', {'sb' : 'Free Firework Photos for Your Desktop'},
//		['Illustrated Firework Glossary', 'fr_glossary.htm', {'sb' : 'Glossary of Firework Names Illustrated with Photos'}],
