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("#003366", "#FFFFFF", "#FFFF99");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("/education/images/home.gif","/education/","Education Home");
	
		//***** Add ICP menus *****
	//Home- ID, Button Title, ALT, Target
	addICPMenu("HomeMenu","Home","Microsoft in Education Home Page","/education/default.asp");

	//Schools
	addICPMenu("SchoolMenu","Schools (K-12)","Schools Home Page","/education/default.asp?ID=schools");

	//Higher Education
	addICPMenu("HigherEdMenu","Higher Education","Higher Education Home Page","/education/default.asp?ID=highered");
	
	//Events
	addICPMenu("EventsMenu","Events","","/education/events/default.asp");
	
	//Downloads
	//addICPMenu("DownloadMenu","Downloads","","/education/download/");
	
	//Partner Opportunities
	addICPMenu("PartnerMenu","Partner Opportunities","Partner Opportunities Home","/education/partneropp/default.asp");
	
	//Site Index
	addICPMenu("IndexMenu","Site Index","","/education/siteindex.asp");
	
	//International Sites
	addICPMenu("InternationalMenu","International Sites","International Sites Home Page","/education/world.asp");

}
