/*
  --- 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', 'http://www.parisphotoworkshops.com'],
	['Photography', null, null,
		['Private Programs', 'private.html'],
		['Photography', 'photography.html'],
		['Costs', 'costs.html'],
		['Testimonals', 'testimonals.html'],
            ['Sign Up', 'application.html'],
            ['Photography Books', 'http://www.1world-design.com/book/index.html'],
	],

		['Schedule', null, null,
		['Private Programs', 'private.html'],
		['Public Schedule', 'schedule.html'],
		['Costs', 'costs.html'],
		['Testimonals', 'testimonals.html'],
		['Sign Up', 'application.html'],
	],
	
	['Paris', null, null,
		['Paris Immersion', 'paris.html'],
	],
	
		['Instructor', null, null,
		['Biography', 'bio.html'],
		['Portfolio', 'gal1.html'],
		['Testimonals', 'testimonals.html'],
	],
	
		['Client Gallery', null, null,
                ['Chester Weiss', 'http://www.flickr.com/photos/drchet/sets/72157616688883906'],
                ['Susan McConnell', 'http://www.susanmcconnellimages.com '],
                ['Tamal Ghosh', 'http://pg.photos.yahoo.com/ph/tam_ghosh/album?.dir=f98fre2&.src=ph&store=&prodid=&.done=http%3a//pg.photos.yahoo.com/ph/tam_ghosh/my_photos'],
                ['Susan Poindexter', 'http://www.visionlightgallery.com/gallery/Susan_Poindexter_Gallery_C676.cfm?Page=1'],
                ['Patricia Gilbert', 'sgal04_1.html'],
                ['Dr. Alex Kamenetsky', 'sgal01_1.html'],
                ['Beth', 'sgal02_1.html'],
                ['Joan Laufer', 'sgal05_1.html'],


	],
	
	['Contact', null, null,
		['E-mail', 'mailto: parisphotog@gmail.com?subject=Paris Photo Workshop'],
	],
];

