/*
  --- menu items - whole school page--- 
  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.
  
  	['E-Learning Platform', 'http://www.dohacollege.net/edc', null,	
  	
*/
var MENU_ITEMS = [
			['E-Learning Platform', 'http://www.dohacollege.net/edc', null,
			],
			['Library System', 's_index.htm', null,	
					['Administration', 'http://lib.dohacollege.com'],
					['Students', 'http://libstu.dohacollege.com'],	
				],
			['Primary School', 'p_index.htm', '_blank',
			],
			['Secondary School', 's_index.htm', null,
				['General',null, null, 	
					['Frequently Asked Questions', 'secondary/faq/faq.htm'],
					['Afternoon Activities', 'secondary/Departments/aftact.htm'],			
					['Study at DC', 'secondary/studyat.htm'],			
					['GCSE and Post-16 Options', 'secondary/olforms.htm'],
					['Resources', 'secondary/resources.htm'],
					['Get in Touch', 'contacts.htm'],
					['Secondary Staff', 'secondary/secondarystaff.htm']
				],
				['Departments', null, null,
					['Art', 'http://www.dohacollege.net/departments/art/'],
					['Business Studies', 'secondary/Departments/bstud.htm'],
					['Design & Technology', 'secondary/Departments/dtdept.htm'],
					['Drama', 'secondary/Departments/drama.htm'],
					['English', 'secondary/Departments/english.htm'],
					['Geography', 'secondary/Departments/geography.htm'],
					['History', 'secondary/Departments/history.htm'],
					['Media', 'secondary/Departments/media.htm'],
					['I.C.T.', 'secondary/Departments/ict.htm'],
					['Learning Support', 'secondary/Departments/sls.htm'],
					['Languages', 'secondary/Departments/mfl.htm'],
					['Learning Resource Centre', 'secondary/Departments/lrc.htm'],
					['Mathematics', 'secondary/Departments/math.htm'],
					['Music', 'secondary/Departments/musicdept.htm'],
					['P.E.', 'secondary/Departments/pedept.htm'],
					['Psychology', 'secondary/Departments/psychology.htm'],
					['Science', 'secondary/Departments/science.htm'],
					['Post-16 Education', 'secondary/Departments/p16ed.htm']	
				],
				['Student Welfare', 'secondary/Departments/welf.htm'],
				['International Award', 'http://www.dohacollege.com/post16/intaward/'],
				['Events', 'secondary/events/events.htm']
			],
			['Whole School', 'index.html', null,
				['Mission Statement', 'mstate.htm'], 	
				['Term Dates 2007-2008', 'termdates07.htm'],
				['Interactive Calendar', 'http://my.calendars.net/dohacollege'],
				['Prospectus', 'sec-prospectus2004-05.pdf'],
				['Admission to DC', 'admissions/index.htm'],
				['Get In Touch', 'contacts.htm'],
				['Whole-school News', 'wsnews.htm'],
				['Whole-school Events', 'wsevents.htm'],
				['Letters to Parents', 'letters.htm'],
				['Leisure Facilities', 'leisure.htm'],
				['Agreements and Policies', 'agreement.htm'],
				['The Board of Governors', 'bog2004.htm'],
				['Employment Opportunities', 'jobs/teachjobs.htm','_blank',
					['Opportunities', 'jobs/teachjobs.htm'],
					['Work at Doha College', 'workatDC.htm'],
					['Living in Qatar', 'qatar.htm']	
				],
				['Useful Links', 'usefullinks.htm'],
				['The Staffroom', 'index.html','_blank',
					['Staff E-mail Log-in', 'http://mail.dohacollege.com/exchange/'],
					['(Horde) Old Email Log-in', 'http://www.dohacollege.com:2095']
				],
				['Guestbook', null, null,
					['Sign Guestbook', 'http://neptune.guestworld.lycos.com/wgb/wgbsign.dbm?owner=dohacollege'],
					['View Guestbook', 'http://neptune.guestworld.lycos.com/wgb/wgbview.dbm?owner=dohacollege']
				]
			]
];



