/* Tigra Menu items structure 
  --- 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 = [
	['Peter Jenkins', null, null,
		['About Peter', 'about.htm', {'sb':'About Peter'}],
		['Peter\'s New Adventure', null, {'sb':'Peter\'s New Adventure'},
			['Across America Again', 'RecentEvents.htm', {'sb':'A Writer Treks Across America Again'}],
			['NY Times\'s Michelle York Article', 'NYTImesJenkins.htm', {'sb':'NYTimes\'s Michelle York Article: A Writer Treks Across America Again'}],
			['Alfred\'s Chris Gordon of The Fiat Lux Article', 'Chris_Gordon_of_The_Fiat_Lux_Article.htm', {'sb':'Alfred\'s Chris Gordon of The Fiat Lux Article'}]
		],
		['Press Releases', null, null,
			['Audio Interviews', 'AudioInterviews.htm', {'sb':'Audio Interviews with Peter Jenkins'}],
//			['NY Times\'s Michelle York Article', 'NYTImesJenkins.htm', {'tw':'_blank','sb':'NYTimes\'s Michelle York Article: A Writer Treks Across America Again'}],
			['NY Times\'s Michelle York Article', 'NYTImesJenkins.htm', {'sb':'NYTimes\'s Michelle York Article: A Writer Treks Across America Again'}],
			['Alfred\'s Chris Gordon of The Fiat Lux Article', 'Chris_Gordon_of_The_Fiat_Lux_Article.htm', {'sb':'Alfred\'s Chris Gordon of The Fiat Lux Article'}]
		],
		['Speaking Events', 'SpeakingEvents.htm', {'sb':'Speaking Events'}],
		['Our Home Place', 'OurHomePlace.htm', {'sb':'Our Home Place'}],
		['Rebekah Jenkins\' Introduction', 'RebekahJenkins.htm', {'sb':'Rebekah Jenkins\' Introduction'}],
		['Media Awards', 'media_awards.htm', {'sb':'Peter\'s Media Awards'}],
		['Questions and Answers', 'about_qa.htm', {'sb':'Commonly Asked Questions and Answers'}],
		['Email Peter', 'mailto:peter@peterjenkins.com', {'sb':'Email Peter Jenkins'}]
	],
	['Books', null, null,
		['Book Profiles', null, {'sb':'Book Profiles'},
			['A Walk Across America', 'books_profile_AWAA.htm'],
			['The Walk West', 'books_profile_TWW.htm'],
			['Across China', 'books_profile_AC.htm'],
			['Along The Edge of America', 'books_profile_ATEOA.htm'],
			['Looking For Alaska', 'books_profile_LFA.htm'],
			['Close Friends', 'books_profile_CF.htm'],
			['The Untamed Coast', 'books_profile_TUC.htm']
		],
/*		['Peter\'s Rare and Hard to Find Books', 'books_rare.htm'],
		['Buy Peter\'s Autographed Books', 'books.htm'],
*/		['Limited Edition Book Plates', 'AutographBooks.htm', {'sb':'Limited Edition Book Plates'}],
		['Looking For Alaska Excerpts', 'book_excerpts1.htm', {'sb':'Looking For Alaska Excerpts'}],
		['Looking For Alaska Audio Samples', 'AudioSamples.htm', {'sb':'Looking For Alaska Audio Samples'}],
		['Reader\'s Comments', 'ReadersComments.htm', {'sb':'Reader\'s Comments'}],
		['Update on Peter\'s Book Characters', 'CharacterUpdates.htm', {'sb':'Update on Peter\'s Book Characters'}]
	],
	['Photo Gallery', null, null,
		['Photo Gallery of Peters of Books', 'Gallery_Menu.htm', {'sb':'Photo Gallery of Peters of Books'}],
		['Walk Across America', 'GalleryWalkAcrossAmerican.htm', {'sb':'Walk Across America'}],
		['Across China', 'GalleryAcrossChina.htm', {'sb':'Across China'}],
		['Along the Edge of America', 'GalleryAlongTheEdgeOfAmerica.htm', {'sb':'Along the Edge of America'}],
		['Looking For Alaska', 'GalleryLookingForAlaska.htm', {'sb':'Looking For Alaska Gallery'}]
	],
	['Services', null, null,
		['Schedule Peter for Speaking Events', 'SpeakingEvents.htm', {'sb':'Book Speaking Events'}],
		['Give a Senior Citizen a Gift', 'SeniorCitizenGift.htm', {'sb':'Give a Senior Citizen a Gift'}],
		['Find Hobo Jim', 'Hobo_Jim.htm', {'sb':'Find Hobo Jim'}]
	],
	['Home', 'Home.htm']
];
