/*
You can add and delete submenu  lines within each menu following these instructions ..... using the addMenuItem line - example:
 member_menu.addMenuItem("&nbsp;About Us","location='member.html'");
 
Alter the text to be entered by changing the text "&nbsp;About Us" to the new text required ie "&nbsp;Insert new text here" . You do need to retain the &nbsp: immediately in front of the name of the link you require. 
Specify a new page that this text will link to by changing the location ie "location='member.html'" changes to "location='insert new link here.html'

To add or delete a whole line within the submenu then highlight the whole line as follows:-
	member_menu.addMenuItem("&nbsp;About Us","location='member.html'");
either copy and paste in place for a new line, or delete to remove.
 */
 
 function mmLoadMenus()
	{
	if (window.PGMmenu)
		{return;}


window.member_menu = new Menu("root",180,16,"Verdana, Arial, Helvetica, sans-serif",11,"#363561","#ffffff","#e7e6eb","#50495b","left","middle",3,0,300,0,0,true,true,true,0,true,true);
					member_menu.addMenuItem("&nbsp;Welcome","location='welcome.html'");					
					member_menu.addMenuItem("&nbsp;Facilities","location='facilities.html'");
					member_menu.addMenuItem("&nbsp;Curriculum","location='curriculum.html'");
					member_menu.addMenuItem("&nbsp;Gifted & Talented","location='gt.html'");
					member_menu.addMenuItem("&nbsp;Learning Support","location='learn_support.html'");
member_menu.addMenuItem("&nbsp;The Arts","location='arts.html'");
member_menu.addMenuItem("&nbsp;Sport","location='sport.html'");
member_menu.addMenuItem("&nbsp;Off Site Activities","location='offsite.html'");
member_menu.addMenuItem("&nbsp;Duke of Edinburgh's Award","location='doe.html'");
member_menu.addMenuItem("&nbsp;Local Community","location='local.html'");
member_menu.addMenuItem("&nbsp;Care & Ethos","location='ethos.html'");
member_menu.addMenuItem("&nbsp;Parent Partnership","location='parents.html'");
member_menu.addMenuItem("&nbsp;Ofsted Highlights","location='ofsted.html'");
member_menu.addMenuItem("&nbsp;Admissions","location='admissions.html'");
member_menu.addMenuItem("&nbsp;Request a Prospectus","location='prospectus_request.html'");					
	member_menu.hideOnMouseOut=true;
	member_menu.menuBorder=1;
	member_menu.menuLiteBgColor='#ffffff';
	member_menu.menuBorderBgColor='#555555';
	member_menu.bgColor='#555555';
	
	
	
	window.news_menu = new Menu("root",180,16,"Verdana, Arial, Helvetica, sans-serif",11,"#363561","#ffffff","#e7e6eb","#50495b","left","middle",3,0,300,0,0,true,true,true,0,true,true);
					news_menu.addMenuItem("&nbsp;Calendar dates","location='calendar.html'");
news_menu.addMenuItem("&nbsp;Week1 / Week2","location='w1w2.html'");
news_menu.addMenuItem("&nbsp;Coursework deadlines","location='information.html'");
news_menu.addMenuItem("&nbsp;Staff Names & Roles","location='StaffNamesWebsite.html'");
news_menu.addMenuItem("&nbsp;Friends of St Andrew's","location='psa.html'");
news_menu.addMenuItem("&nbsp;Being a Governor","location='gov_codeconduct.pdf'");
					news_menu.addMenuItem("&nbsp;Computer Use Agreement","location='computeruse.html'");
news_menu.addMenuItem("&nbsp;Home School Agreement","location='homeschool.html'");
news_menu.addMenuItem("&nbsp;Documents","location='information.html'");
news_menu.addMenuItem("&nbsp;Report for Churches","location='info_churches.html'");
news_menu.addMenuItem("&nbsp;Links","location='links.html'");
news_menu.addMenuItem("&nbsp;Acknowledgments","location='acknowledgment.html'");
					
					
	news_menu.hideOnMouseOut=true;
	news_menu.menuBorder=1;
	news_menu.menuLiteBgColor='#ffffff';
	news_menu.menuBorderBgColor='#555555';
	news_menu.bgColor='#555555';
	
	window.intell_menu = new Menu("root",180,16,"Verdana, Arial, Helvetica, sans-serif",11,"#363561","#ffffff","#e7e6eb","#50495b","left","middle",3,0,300,0,0,true,true,true,0,true,true);
						intell_menu.addMenuItem("&nbsp;Art","location='artdept.html'");							intell_menu.addMenuItem("&nbsp;Business Studies","location='bs.html'");
intell_menu.addMenuItem("&nbsp;Careers Guidance","location='career.html'");
intell_menu.addMenuItem("&nbsp;Citizenship","location='citizen.html'");
intell_menu.addMenuItem("&nbsp;Design & Technology","location='dt.html'");
intell_menu.addMenuItem("&nbsp;Drama","location='dramadept.html'");
intell_menu.addMenuItem("&nbsp;English","location='engdept.html'");
intell_menu.addMenuItem("&nbsp;Geography","location='geogdept.html'");
intell_menu.addMenuItem("&nbsp;History","location='histdept.html'");
intell_menu.addMenuItem("&nbsp;I C T","location='ictdept.html'");
intell_menu.addMenuItem("&nbsp;Maths","location='maths.html'");
intell_menu.addMenuItem("&nbsp;Modern Languages","location='langdept.html'");
intell_menu.addMenuItem("&nbsp;Music","location='musicdept.html'");
intell_menu.addMenuItem("&nbsp;Physical Education","location='pe.html'");
intell_menu.addMenuItem("&nbsp;R E","location='re.html'");
intell_menu.addMenuItem("&nbsp;Science","location='science.html'");
intell_menu.addMenuItem("&nbsp;Vocational Learning","location='vocational.html'");

					
					
	intell_menu.hideOnMouseOut=true;
	intell_menu.menuBorder=1;
	intell_menu.menuLiteBgColor='#ffffff';
	intell_menu.menuBorderBgColor='#555555';
	intell_menu.bgColor='#555555';
	
	window.part_menu = new Menu("root",180,16,"Verdana, Arial, Helvetica, sans-serif",11,"#363561","#ffffff","#e7e6eb","#50495b","left","middle",3,0,300,0,0,true,true,true,0,true,true);
part_menu.addMenuItem("&nbsp;School History","location='since1897.html'");
part_menu.addMenuItem("&nbsp;Leavers' Photos 2009","location='leaver2009.html'");	
part_menu.addMenuItem("&nbsp;Leavers' Photos 2008","location='leaver2008.html'");	
part_menu.addMenuItem("&nbsp;Leavers' Photos 2007","location='leaver2007.html'");	
part_menu.addMenuItem("&nbsp;Leavers' Photos 2006","location='leaver2006.html'");	
part_menu.addMenuItem("&nbsp;Leavers' Photos 2005","location='leaver2005.html'");											
part_menu.addMenuItem("&nbsp;Leavers' Photos 2004","location='leaver2004.html'");

					
					
	part_menu.hideOnMouseOut=true;
	part_menu.menuBorder=1;
	part_menu.menuLiteBgColor='#ffffff';
	part_menu.menuBorderBgColor='#555555';
	part_menu.bgColor='#555555';
	
	window.ec_menu = new Menu("root",180,16,"Verdana, Arial, Helvetica, sans-serif",11,"#363561","#ffffff","#e7e6eb","#50495b","left","middle",3,0,300,0,0,true,true,true,0,true,true);
													ec_menu.addMenuItem("&nbsp;Contact","location='contact.html'");
ec_menu.addMenuItem("&nbsp;Location Map","location='location.html'");
ec_menu.addMenuItem("&nbsp;Update Student Details","location='update_contact_details.html'");

					
					
	ec_menu.hideOnMouseOut=true;
	ec_menu.menuBorder=1;
	ec_menu.menuLiteBgColor='#ffffff';
	ec_menu.menuBorderBgColor='#555555';
	ec_menu.bgColor='#555555';
	
	
	window.port_menu = new Menu("root",180,16,"Verdana, Arial, Helvetica, sans-serif",11,"#363561","#ffffff","#e7e6eb","#50495b","left","middle",3,0,300,0,0,true,true,true,0,true,true);
													port_menu.addMenuItem("&nbsp;Homework","location='http://homework.st-andrews-boys.w-sussex.sch.uk/homework.asp'");
port_menu.addMenuItem("&nbsp;Letters home","location='letters.html'");
port_menu.addMenuItem("&nbsp;Latest Newsletter","location='news.html'");
port_menu.addMenuItem("&nbsp;Current Vacancies","location='vacancies.html'");
port_menu.addMenuItem("&nbsp;Staff Email","location='http://mailserver.st-andrews-boys.w-sussex.sch.uk/exchange'");
port_menu.addMenuItem("&nbsp;Student Email","location='http://mail.wsgfl.org.uk'");
//port_menu.addMenuItem("&nbsp;Home Files","location='http://files.st-andrews-boys.w-sussex.sch.uk'");
//port_menu.addMenuItem("&nbsp;Portfolios","location='http://portfolios.st-andrews-boys.w-sussex.sch.uk'");
port_menu.addMenuItem("&nbsp;Home Files","location='moved_to_citrix.html'");
port_menu.addMenuItem("&nbsp;Portfolios","location='http://moved_to_citrix.html'");
port_menu.addMenuItem("&nbsp;Student Extranet","location='http://pupils.st-andrews-boys.w-sussex.sch.uk/Admin/Intranet/studenthome_frame.html'");
port_menu.addMenuItem("&nbsp;Staff Extranet","location='http://staff.st-andrews-boys.w-sussex.sch.uk/admin/intranet/information.html'");
port_menu.addMenuItem("&nbsp;Moodle","location='http://learning.st-andrews-boys.w-sussex.sch.uk/'");			
port_menu.addMenuItem("&nbsp;Log&nbsp;on&nbsp;at&nbsp;School","location='https://gateway.st-andrews-boys.w-sussex.sch.uk/'");					
					
	port_menu.hideOnMouseOut=true;
	port_menu.menuBorder=1;
	port_menu.menuLiteBgColor='#ffffff';
	port_menu.menuBorderBgColor='#555555';
	port_menu.bgColor='#555555';
	port_menu.writeMenus();
	}
