/*
  --- 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.theosophytrust.org/main.php', null,
		['Writings of RNIyer', 'http://www.theosophytrust.org/rni_articles.php'],
		['Teacher Articles', 'http://www.theosophytrust.org/teacher_articles.php'],
		['Symbol Articles', 'http://www.theosophytrust.org/symbol_articles.php'],
		['Writings of HPBlavatsky', 'http://www.theosophytrust.org/HPB_index.php'],
		['Writings of WQJudge', 'http://www.theosophytrust.org/william_index.php'],
		['Writings of RCrosbie', 'http://www.theosophytrust.org/RobertCrosbie_index.php'],
		['Theosophy Trust Books', 'http://www.theosophytrust.org/online_books.php'],
		['Other Authors', 'http://www.theosophytrust.org/other_index.php'],
		['New Articles', 'http://www.theosophytrust.org/new_articles.php'],
		['Donations', 'http://www.theosophytrust.org/donation.php'],								
		['Site Map', 'http://www.theosophytrust.org/sitemap.php'],
		['Search', 'http://www.theosophytrust.org/search.php'],						
	],
];


