/*
  --- 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 = [
	    ['&nbsp;Genesis', 'GENESIS.HTM', null,],
	
		
	    ['&nbsp;Mind Behind', 'MIND_BEHIND.HTM', null,],
		
				
	    ['&nbsp;Curtain Raiser', 'Curtain_Raiser.HTM', null,
		    ['Padhee tutorials', 'padhee.htm', null,],
			['PTPL Onlines', 'ptplonline.htm', null,],
		],
		['&nbsp;Be a winner', 'be_a_winner.htm', null,
		     ['Tests', 'tests.htm', null,],
			  ['Appraisals', 'appraisals.htm', null,],
		],
		
	    ['&nbsp;Ambience', 'ambience.htm', null,
		   ['Meditation', 'meditation.htm', null,],
		    ['Yoga', 'yoga.htm', null,],
		],
		
	    ['&nbsp;Friend/Philosopher', 'friend_philosopher.htm', null,
	],
];

var MENU_ITEMS1 = [
	['&nbsp;The College', 'the_college.htm', null,
	],
	['&nbsp;Infrastructure', 'infrastructure.htm', null,
		['Campus', 'campus.htm'],
		['Classroom', 'classroom.htm'],
		['Library', 'library.htm'],
		['Labs', 'labs.htm'],
		
	],
	['&nbsp;Subjects offered', 'subjects_offerred.htm', null,
		
	],
	['&nbsp;Admission', 'admission.htm', null,
		
	],
	['&nbsp;Daily Routine', 'daily_routine.htm', null,
		
	],
	['&nbsp;Dress Code', 'dress_code.htm', null,
		
	],
	
];

var MENU_ITEMS2 = [
	['&nbsp;Home Away from &nbsp;Home', 'home_away_from_home.htm', null,
				
	],
	['&nbsp;Nurturing the &nbsp;Latent Talent', 'nurturing_the_latent_talent.htm', null,
		['NSS & NCC', 'nss_ncc.htm'],
		['KALINGA ROTARACT CLUB', 'rotaract_club.htm'],
	],	
	['&nbsp;Vocational &nbsp;Education', 'vocational_education.htm', null,
		
	],
	['&nbsp;Handicappers or &nbsp;Hurdles','Handicappers_or_Hurdles.htm' , null,
		['Group&nbsp;Discussion', 'group.htm'],
		['Personality Development', 'personality_development.htm'],
	],
	['&nbsp;Role of Honour', 'role_of_honour.htm', null,
		['Competition', 'competition.htm'],
		['Olympiod', 'olympiod.htm'],
		
	],
	['&nbsp;Visits & Field Trips', 'visits_field_trips.htm', null,
		
	],
];

