
var MENU_ITEMS = [
	['Home','default.htm'],
	['About District', null, null,
		['Profile', 'profile.htm'],
		['History', 'history.htm'],
		['Roll of Honour', 'rhonour.htm'],
		['Culture', 'culture.htm'],
		['Maps', 'maps.htm'],
	      ['Census-2001', 'census.htm'],

           ['District Handbook 2009-10','./pdf/shb200910.pdf',{'tw':'_blank'}],

           ['Census-2011 Link','http://census.tn.nic.in',{'tw':'_blank'}],
	],
	
	['Schemes', null, null,
		['Free Rice', 'pdf/freerice.pdf'],
		['Arasu Cable TV', 'pdf/arasu-cable-tv.pdf'],
		['Honourable CM Scheme', 'pdf/welfarescheme.pdf'],
		['Pudhu Vaazhvu Project', 'pdf/vkp.pdf'],
		['Mahalir Thittam', 'pdf/mis-data.pdf']
	],


	['Public Interest', null, null,
		['Tourism', 'tourism.htm'],
		['Monuments', 'monuments.htm'],
		['Personalities', 'personalities.htm'],
	      ['Phone / E-Mail','phone.htm'],
		['Online Petition Filing','http://onlinegdp.tn.nic.in',{'tw':'_blank'}],
		['Public Utility Forms','forms.htm',{'tw':'_blank'}],
		['Related Links','links.htm',{'tw':'_blank'}],
	],
	['Elected Members', null, null,
		['MP', 'mp.htm'],
		['MLAs', 'mla.htm'],
		['District Panchayat', 'dpanchayat.htm'],
		['Municipality', 'municipality.htm'],
		['Town Panchayats', 'tpanchayat.htm'],
		['Panchayat Unions', 'punion.htm'],
	],
	['Photo Gallery', 'gallery.htm'],
	['Contact Us', 'contact.htm'],
	['Other Links', 'links.htm'],
];


