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("#CCCCCC", "black", "red");

	// Customize toolbar background color
	setToolbarBGColor("CCCCCC");

	// display ICP Banner
	setICPBanner("assets/swimgold6.gif","index.htm","this Home") ;
	
	//***** Add ICP menus *****

	//WhatsNew
	addICPMenu("WhatsNewMenu", "Whats New", "","whatsnew.htm");

	//SiteMap
	addICPMenu("SiteMapMenu", "Site Map", "","sitemap.htm");

	//ConsultancyPlan
	addICPMenu("ConsultancyPlanMenu", "Consultancy Plan", "","consultancyplan.htm");
	addICPSubMenu("ConsultancyPlanMenu","Plan for MySQL Database","databaseplan.htm");
	addICPSubMenu("ConsultancyPlanMenu","Plan for Maintenance Procedures","maintenanceplan.htm");
	addICPSubMenu("ConsultancyPlanMenu","Plan for User Interface","interfaceplan.htm");

	//Maintenance
	addICPMenu("MaintenanceMenu", "Maintenance Procedures", "","maintenance.htm");
	addICPSubMenu("MaintenanceMenu","Steps that precede use of the Registrar file for Top Ten","beforeregtt.htm");
	addICPSubMenu("MaintenanceMenu","Steps that precede use of the Registrar file other than TT","beforeregother.htm");
	addICPSubMenu("MaintenanceMenu","Steps that use the Registrar file","registration.htm");
	addICPSubMenu("MaintenanceMenu","Steps that follow use of the Registrar file","afterreg.htm");
	addICPSubMenu("MaintenanceMenu","Data tables that derive from the core data tables","derivedtables.htm");
	addICPSubMenu("MaintenanceMenu","Compiling webpages that are dependent on the databases","staticwebpages.htm");
	addICPSubMenu("MaintenanceMenu","Managing images","managingimages.htm");
	addICPSubMenu("MaintenanceMenu","Special projects","special.htm");
	addICPSubMenu("MaintenanceMenu","Proliferation and other utilities","utilities.htm");

	//Other
	addICPMenu("OtherMenu", "Other", "","other.htm");
	addICPSubMenu("OtherMenu","Requirements of USMS Archives to Serve Other Committees","maintenanceresp.htm");
}