// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['Home','velammal.html', {'tw' : '_self'},
 		//['Welcome to Velammal','velammal.html', {'tw' : '_self'}],
		//['Chariman\'s Message','chariman.html', {'tw' : '_self'}]
	 ],				  
	['About us','about.html', {'tw' : '_self'},
		//['The School','about.html', {'tw' : '_self'}],
		//['The Trust','trust.html', {'tw' : '_self'}],
		//['Vision &amp; Mission','vision.html', {'tw' : '_self'}],
		//['Our Motto','vision.html', {'tw' : '_self'}],
		//['Quality Policy','quality.html', {'tw' : '_self'}],
		//['Our Team','team.html', {'tw' : '_self'}]
	],
	['Academics', 'academics.html', {'tw' : '_self'},
	// ['Our Academic Mission','academics.html', {'tw' : '_self'}],
		//['Syllabus & Curriculum','syllabus.html', {'tw' : '_self'}],
		//['The secret of Success','sos.html', {'tw' : '_self'}],
		//['Research & Development','rd.html', {'tw' : '_self'}],
		//['Soft Skills & Life Skills','softskill.html', {'tw' : '_self'}],
		//['Examinations','exam.html', {'tw' : '_self'}],
		//['Achievers','achiev.html', {'tw' : '_self'}]
	 ],
	['Infrastructure', 'infra.html', {'tw' : '_self'},
	 //['Blocks','infra.html#1', {'tw' : '_self'}],
		//['Laboratory','infra.html#2', {'tw' : '_self'}],
		//['Library','infra.html#3', {'tw' : '_self'}],
		//['A/C Auditorium','infra.html#4', {'tw' : '_self'}],
		//['Play Ground','infra.html#5', {'tw' : '_self'}]
	 ],
	['Facilities','facility.html', {'tw' : '_self'},
		//['Information Technology','facility.html', {'tw' : '_self'}],
		//['Health Centre','health.html', {'tw' : '_self'}],
		//['Soft Skills','ss.html', {'tw' : '_self'}],
		//['Transport','transport.html', {'tw' : '_self'}],
		//['Food Court','food.html', {'tw' : '_self'}],
		//['The Book Room','book.html', {'tw' : '_self'}],
		//['Counseling Cell','counsel.html', {'tw' : '_self'}],
		//['Career Guidance Cell','career-gud.html', {'tw' : '_self'}],
		//['PCO & Reprography','pco.html', {'tw' : '_self'}]
	],	
	['ECA &amp; CCA', 'eca.html', {'tw' : '_self'},
	 // ['Uniformed Services','uniform.html', {'tw' : '_self'}],
		//['Music &amp; Dance','music.html', {'tw' : '_self'}],
		//['Arts &amp; Crafts','art.html', {'tw' : '_self'}],
		//['Summer Capsule','summer.html', {'tw' : '_self'}],
		//['NIE Program','nie.html', {'tw' : '_self'}]
	 ],
	['Sports', 'sports.html', {'tw' : '_self'},
	   // ['Sports Council','sports.html#1', {'tw' : '_self'}],
		//['House System','sports.html#2', {'tw' : '_self'}],
		//['Achievers','sports.html#3', {'tw' : '_self'}]
	 ],
	['Admissions','#', {'tw' : '_self'}],
	
	['Contact Us','contact.html', {'tw' : '_self'},
		//['Enquiry Form','enquiry.php', {'tw' : '_self'}],
		//['Suggestion Form','suggestion.php', {'tw' : '_self'}]	 
	 ]	
];
