/*
  --- 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 = [
	['INDIA', null, null,
		['Profile', null, null,
			['General Info', 'foi_profile.php'],
			['National Flag', 'foi_flag.php'],
			['National Anthem', 'foi_anthem.php'],
			['National Animal', 'foi_animal.php'],
			['National Bird', 'foi_bird.php'],
			['National Tree', 'foi_tree.php'],
			['National Fruit', 'foi_fruit.php'],
			['National Flower', 'foi_flower.php'],
			['National Holidays', 'foi_holidays.php'],
		],
		['People', null, null,
			['People','foi_people.php'],
		],
		['Cities', null, null,
			['New Delhi', 'foi_newdelhi.php'],
			['Bombay','foi_mumbai.php'],
			['Calcutta', 'foi_calcutta.php'],
			['Madras', 'foi_madras.php'],
			['Bangalore','foi_bangalore.php'],
			['Hyderabad', 'foi_hyderabad.php'],
		],
		['Government', null, null,
			['Executive','foi_government.php'],
			['Legislature','foi_parliament.php'],
			['Judiciary', 'foi_courts.php']
		],
		['Economy', null, null,
			['Economy', 'foi_economy.php'],
			['History', 'foi_economy_history.php'],
			['Institutions', 'foi_economy_inst.php'],
		],
		['Religions', null, null,
			['Religions','foi_religions.php'],
			['Hinduism','foi_hinduism.php'],
			['Islam','foi_islam.php'],
			['Budhism','foi_budhism.php'],
			['Sikh','foi_sikh.pph'],
			['Jainism','foi_jainisk.php'],
			['Christianity','foi_christianity.php'],
			['Zoroastrianism','foi_zoro.php']
		],
		['Education', null, null,
			['Education','foi_education.php'],
			['Institutions','foi_eduinst.php'],
		],
		['Languages', null, null,
			['Languages','foi_languages.php'],
			['Major Languages','foi_languages_major.php']
		],
	],
	['INDIANS', null, null,
		['NRI', 'foi_nri.php'],	
		['Consulates', 'foi_consulates.php'],		
		['Famous Indians', null, null,
			['Mahatma Gandhi', 'foi_content.php?id=6'],		
			['Vivekananda', 'foi_content.php?id=7'],		
			['Shakaracharya', 'foi_content.php?id=8'],		
			['Chanakya', 'foi_content.php?id=9'],		
		],
	],
	['FRIENDS', null, null,
		['Be a Friend','foi_beafriend.php'],
		['Friends Home','foi_friendshome.php'],
		['Friend Search','foi_friends_search.php'],
		['Message Board','foi_msgboard.php'],
		['FOI Blog','http://blog.friendsofindia.net'],
	],
	['NEWS', null, null,
		['Top Stories', 'foi_rss_new.php?id=13'],
		['US', 'foi_usnews.php'],
		['India', 'foi_rss_new.php?id=66'],
		['Science','foi_sciencenews.php'],
		['Technology','foi_itnews.php'],
		['Health','foi_healthnews.php'],
		['Economy','foi_economynews.php'],
		['Entertainment','foi_etnews.php'],
		['World Newspapers','foi_newspapers_world.php'],
		['Indian Newspapers','foi_newspapers_india.php'],
	],
	['FINANCE', null, null,
		['Economy News','foi_economynews.php'],
		['Market News','foi_marketnews.php'],
		['Exchange Rates', null, null,
			['Indian Rupee','foi_rss_new.php?id=121'],
			['US Dollor','foi_rss_new.php?id=122'],
			['Euro','foi_rss_new.php?id=125'],
			['British Pound','foi_rss_new.php?id=126'],
			['Saudi Riyal','foi_rss_new.php?id=124'],
			['UAE Dirham','foi_rss_new.php?id=123'],
		],
	],
	['SPORTS', null, null,
		['Sports','foi_sports.php'],
		['Sports News','foi_sportsnews.php'],
	],
	['CINEMA', null, null,
		['Bollywood','foi_bollywood.php'],
		['Bollywood News','foi_bollywoodnews.php'],
		['Hollywood','foi_hollywood.php'],
		['Hollywood News','foi_hollywoodnews.php'],
	],
	['CULTURE', null, null,
		['Festivals','foi_festivals.php'],
		['Food','foi_food.php'],
	],
	['TOURISM', null, null,
		['Tourism','foi_tourism.php'],
		['Tour Kerala','foi_tour_kerala.php'],
		['Tour Rajastan','foi_tour_rajastan.php'],
		['Travel','foi_travel.php'],
	],
	['BLOG', null, null,
		['FOI Blog','http://blog.friendsofindia.net/'],
	],	
];

