/*
  --- 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 = [
	['City Guides/Maps', null, null,
		['Paris Guides', 'bfrparis.html'],
		['Provence', 'bfrprovence.html'],
		['Peter Mayle', 'bfrprovence.html'],
		['Maps', 'bfrmaps.html'],
		['Museums', 'bfrart.html'],
	],

		['Learning French', null, null,
		['Books / Audio', 'bfrlearn.html'],
		['Software', 'bfrlearnSW.html'],
	],
	
	    ['Cuisine', null, null,
		['Cafes / Bistros', 'bfrfood.html'],
		['Cookbooks', 'bfrfood.html'],
		['Cheese Guides', 'bfrcheese.html'],
		['Wine Guides', 'bfrwine.html'],
		['Gourmet Food', 'http://www.amazon.com/exec/obidos/redirect?tag=skylightgallery&path=http%3A//www.amazon.com/gp/browse.html%3Fnode%3D3370831'],

	],
	
		['Photos of Paris', null, null,
		['Photo books', 'bfrphoto.html'],
		['Left Bank Lens', 'http://www.visitparis.com/lbl/lblindex.html'],
	],
	
		['DVD & Music', null, null,
		['Edith Piaf', 'bfrcdpiaf.html'],
		['French Music', 'http://www.amazon.com/exec/obidos/external-search?tag=skylightgallery&keyword=French+France+music&mode=music'],
		['French DVDs', 'http://www.amazon.com/exec/obidos/external-search?tag=skylightgallery&keyword=French+France&mode=dvd'],
	],

		['Gifts & Tools', null, null,
		['Gourmet Food', 'http://www.amazon.com/exec/obidos/redirect?tag=skylightgallery&path=http%3A//www.amazon.com/gp/browse.html%3Fnode%3D3370831'],
		['Batteries / Chargers', 'http://www.amazon.com/exec/obidos/redirect?tag=skylightgallery&amp;path=tg/browse/-/173541/ref=amb_center-3_173296_37'],
		['Cookware', 'http://www.amazon.com/exec/obidos/redirect?tag=skylightgallery&path=tg/browse/-/289814'],
		['Clothing', 'http://www.amazon.com/exec/obidos/redirect?tag=skylightgallery&path=http%3A//www.amazon.com/gp/browse.html%3Fnode%3D1036592'],
		['Toys', 'http://www.amazon.com/exec/obidos/redirect?tag=skylightgallery&path=tg/browse/-/171280'],
		['DVD Players', 'http://www.amazon.com/exec/obidos/redirect?tag=skylightgallery&path=tg/browse/-/172514'],
	],

		['Paris & Travel', null, null,
		['Discount Hotels', 'http://travel.ian.com/index.jsp?cid=64779'],
		['Paris Travelouges', 'http://www.visitparis.com'],
		['Paris Photo Workshops', 'http://www.parisphotoworkshops.com'],
	],
	
];

