/*
  --- 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 = [
        ['Home', '/index.shtml',
        ],
	['About TiS', null, null,
		['Who We Are', '/intro/index.shtml'],
		['TiS Brochure', '/intro/brochure/TiSBrochure.shtml'],
		['TiS Brochure (PDF)', '/intro/TiSBrochure.pdf'],
		['TiS Video Tour', '/gallery1/video.shtml'],
		['Campus Tour', '/intro/campus_tour.shtml#campus'],
		['Campus Gallery', '/gallery1/index.shtml'],
		['Contact Information', '/intro/contact.shtml'],
		['Tell a Friend', '/email_invite.shtml'],
		['Careers',null,null,
			['Teaching Staff Opportunity','/employment/index.shtml'],
			['Admin Staff Opportunity','/employment/gen_index.shtml']
		],
		/*
		['Teaching Staff Opportunity', '/employment/index.shtml'],
		['Admin Staff Opportunity', '/employment/gen_index.shtml'],
		*/
	],
	['Academics & Enrollment', null, null,
		['Curriculum', '/intro/academics.shtml'],
		['Admission', '/intro/admission.shtml'],
		['Fees', '/intro/fees.shtml'],
	],
	['Teachers', null, null,
		['Staff Services', '/teacher_service/index.shtml'],
		/*
		['Staff Profile', '/teacher_service/profile.shtml'],
		*/
	],
	['Students', null, null,
		['Student Services', '/student_service/index.shtml'],
		['2010-11 Academic Calendar', '/student_service/SchoolCalendar1011.pdf'],
/*
		['2009-10 Academic Calendar', '/student_service/SchoolCalendar0910.pdf'],
		['2008/2009 Monthly Calendar', '/student_service/MonthlyCalendar0809.pdf'],
*/

		['Events Calendar', '/calendar/index.cgi?cal_start_month=8&cal_start_year=2008&cal_num_months=12&cal_id=25&display_type=0', {'tw' : 'NewWin'}],
		['School Rules', '/student_service/TiS-SchoolRules.shtml'],
		['Student Demographics', '/student_service/demographics.shtml'],
		['Yearbook', '/student_service/yearbook.shtml'],
	],
	['News & Events', null, null,
		['Newsletters', null, null,
			['August 24th 2009 (PDF)', '/news/newsletter/NewsLetter090824.pdf'],
			['September 3rd 2009 (PDF)', '/news/newsletter/NewsLetter090903.pdf']
		],
	        ['News', null, null,
			['Bi-Jun proves she can', '/news/press/StarMetro_071005.shtml'],
                        ],
	        ['Events', null, null,
		                ['Swimming Gala', '/events/swim2009.shtml'],
                ],
	        ['Press Release', null, null,
			['Teacher Recruitment (7/10)', '/news/advert_100706_TeachersRecruitment.pdf'],
                ],
	        ['Photo Gallery', '/events/gallery/events_photogallery.shtml'],
	],
	['Services', null, null,
		['Facility', '/intro/campus_tour.shtml#facility'],
		['Parents Services', '/parent_service/index.shtml'],
		['Alumni', '/parent_service/alumni.shtml'],
	],

	['Facebook', 'http://www.facebook.com/pages/Kajang-Malaysia/Tanarata-International-Schools/98468668409', {'tw' : 'NewWin'}
        ],
];

