/*
  --- 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 = [
	['Songrut Home', 'http://songrut.blogs.com', null,
	],
	['Archives', null, null,
		['April 2004', 'http://songrut.blogs.com/songrut/2004/04/index.html'],
		['March 2004', 'http://songrut.blogs.com/songrut/2004/03/index.html'],

	],
	['Categories', null, null,
		['Creative Technique', 'http://songrut.blogs.com/songrut/creative_technique/index.html'],
		['General Songwriting', 'http://songrut.blogs.com/songrut/general/index.html'],
		['Lyric Writing', 'http://songrut.blogs.com/songrut/lyric_writing/index.html'],
		['Melodies', 'http://songrut.blogs.com/songrut/melodies/index.html'],
		['Mental Gymnastics', 'http://songrut.blogs.com/songrut/mental_gymnastics/index.html'],
		['Performance', 'http://songrut.blogs.com/songrut/performance/index.html'],
		['Random Thoughts', 'http://songrut.blogs.com/songrut/random_thoughts/index.html'],
		['Readers Tips', 'http://songrut.blogs.com/songrut/reader_tip/index.html'],
		['Singers', 'http://songrut.blogs.com/songrut/singers/index.html'],
		['Site Map', 'http://songrut.blogs.com/songrut/site_map/index.html'],
		['Song Angle', 'http://songrut.blogs.com/songrut/song_angle/index.html'],
		['Song Structure', 'http://songrut.blogs.com/songrut/song_structure/index.html'],
		['Song Style', 'http://songrut.blogs.com/songrut/style/index.html']
	],
	['Interact', null, null,
		['Chatroom', 'http://songrut.blogs.com/songrut_chatroom/songwriting_chat.html'],
		['Subscribe to Songrut', 'http://songrut.blogs.com/songrut_subscription/'],
		['Questionnaire', 'http://songrut.blogs.com/songrut1/'],
		['', ''],
		['Email Songrut', 'MAILTO:bevvyb@mac.com']
	],	['Quickies', null, null,
		['Piano', 'http://songrut.blogs.com/photos/instant_piano/'],
		['Guitar', 'http://songrut.blogs.com/photos/instant_guitar/'],
		['Bass (soon)', ''],
		['Song (soon)', ''],		['Chord Sequence (soon)', ''],
		['Recording (soon)', ''],
		['Melodies (soon)', ''],
	],
];

