/*
  --- 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 = [
['Chandannagar',null,null,
				['History','chanhistory.htm'],
				['About the Town','city.htm'],
				['Education','education.htm'],
				['Medical Facilities','medical.htm'],
				['Real Estates','flat.htm'],
                                                                ['Merger Celebration','merger.htm'],
			],
			

	['Jagadhatri Puja', null, null,
		['History','jaghistory.htm'],
		['Pictures',null,null,
		['Idols','../images/Idols/index.htm'],
		['Pandals','../images/Pandals/index.htm'],
		['Street Lights','../images/Streetlights/index.htm'],
		['Procession','../images/Procession/index.htm'],],
		
		
	],
	['Sweet Shops', null, null,
		['Surya Modak Grandsons', 'surya.htm'],
		['HariGopal Nandy Grandsons','hari.htm'],
		['Mrityunjoy Sweets','mrityun.htm'],
		['Baba Panchanan Bhander','panchanan.htm'],
		
	],
	
	['School Friends', null, null,
		['Enroll in Alumni Register','alumni.htm'],
		['Edit your profile','../phpfiles/edit_data.php'],
		['Search your friend','search_friend.htm'],
				
	],

	['Others',null,null,
		['Disclaimer','disclaim.htm'],
		['Acknowledgement','ack.htm'],
		['Webauthor','webauthor.htm'],
		['Accommodation','accommodation.htm'],
		['Restaurant','restaurant.htm'],
		['Picnic Spots','picnic.htm'],
		['Tourist Spots','tour.htm'],
		['Editor\'s Page','editor_page.htm'],
		['Sumedha\'s kitchen','kitchen.htm'],
	],
	['Home','../index.htm'],
];
 