// Displays pull down menus



var ToolBar_Supported = ToolBar_Supported ;

if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	setDefaultICPMenuColor("#0099FF", "#FFFFFF", "#000000");

	// Customize toolbar background color
	setToolbarBGColor("white");


	//***** Add ICP menus *****

	//Home menu
	addICPMenu("Home", "Home", "","internet/Moulton School Intranet Main Page.htm");


	//Index Menu
	addICPMenu("Index", "Subject Index", "","Moulton School Intranet Main Page.htm#art");
	addICPSubMenu("Index", "Art","internet/Art/Art.htm");
	addICPSubMenu("Index", "Business Studies","internet/Business Studies/bs.htm");
	addICPSubMenu("Index", "Design","internet/Design/design.htm");
	addICPSubMenu("Index", "Drama","internet/drama/drama.htm");
	addICPSubMenu("Index", "English","internet/english/english.htm");
	addICPSubMenu("Index", "French","internet/french/french.htm");
	addICPSubMenu("Index", "Geography","internet/geography/geography.htm");
	addICPSubMenu("Index", "History","internet/history/history.htm");
	addICPSubMenu("Index", "IT","internet/it/it.htm");
	addICPSubMenu("Index", "Mathematics","internet/maths/maths.htm");
	addICPSubMenu("Index", "PE","internet/pe/pe.htm");
	addICPSubMenu("Index", "RE","internet/re/re.htm");
	addICPSubMenu("Index", "Science","internet/science/science.htm");
	setICPSubMenuWidth("Index","Absolute","110");

	//Search menu
	addICPMenu("Search", "Search", "","");
	//addICPSubMenu("Search","Search Moulton School Intranet","");
	addICPSubMenu("Search","AltaVista","http://www.altavista.com");
	addICPSubMenu("Search","Infoseek","http://www.infoseek.co.uk");
	addICPSubMenu("Search","Ask Jeeves","http://www.aj.com");
	addICPSubMenu("Search","Mamma","internet/search files/Mamma.htm");
	addICPSubMenu("Search","Yahoo","internet/search files/Yahoo! UK & Ireland.htm");
	setICPSubMenuWidth("Search","Absolute","200");


	//What's New menu
	addICPMenu("New", "What's New?", "","internet/Whats new.htm");
	addICPSubMenu("New","What's New?","internet/Whats new.htm");


	//Tools menu
	addICPMenu("Tools", "Tools", "","");
	addICPSubMenu("Tools","Dictionary","http://www.m-w.com/dictionary");
	addICPSubMenu("Tools","Web site design (Tripod)","http://www.tripod.co.uk");
	setICPSubMenuWidth("Tools","Absolute","150");


	//Reference menu
	addICPMenu("Reference", "Reference", "","");
	addICPSubMenu("Reference","Databases","internet/reference/database.html");
	addICPSubMenu("Reference","Government","internet/reference/govmnt.html");
	addICPSubMenu("Reference","Magazines","internet/reference/mags.html");
	addICPSubMenu("Reference","Museums & Galleries","internet/reference/museums.html");
	addICPSubMenu("Reference","News","internet/reference/news.html");	
	addICPSubMenu("Reference","Newspapers","internet/reference/newspapr.html");
	addICPSubMenu("Reference","Other Reference Links","internet/reference/reference.html");
	addICPSubMenu("Reference","Television","internet/reference/tv.html");
	addICPSubMenu("Reference","Travel","internet/travel/travel.html");
	addICPSubMenu("Reference","Weather","internet/weather/weather.html");
	setICPSubMenuWidth("Reference","Absolute","140");



	//e-mail menu
	addICPMenu("email", "e-mail", "","http://www.excitepost.co.uk");
	addICPSubMenu("email","Student e-mail (ExcitePost)","http://www.excitepost.co.uk");
	addICPSubMenu("email","Staff e-mail","http://www.mailandnews.com");
	setICPSubMenuWidth("email","Absolute","170");



	//Help menu
	addICPMenu("Help", "Help", "","");
	addICPSubMenu("Help","Old Home Page","internet/Moulton School Internal Home Page (old).htm");
	setICPSubMenuWidth("email","Absolute","170");


}
