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");

	//FAQ
	addICPMenu("FAQMenu", "FAQ", "","faq.htm");

	//Other
	addICPMenu("OtherMenu", "Other general information", "","other.htm");
	addICPSubMenu("OtherMenu","How to Locate a USMS Swimmer","locate.htm");
	addICPSubMenu("OtherMenu","Interesting New Swim Products","nwprdcts.htm");
	addICPSubMenu("OtherMenu","Places to Purchase Swim Products","buyswimp.htm");
	addICPSubMenu("OtherMenu","Webmasters: to put the Top Ten in your web site","webmstrs.htm");
	addICPSubMenu("OtherMenu","Old Home Page","oldhome.htm");
	addICPSubMenu("OtherMenu","Site Map","sitemap.htm");
	addICPSubMenu("OtherMenu","Links to other swimming websites","weblinks.htm");
	addICPSubMenu("OtherMenu","Other Swimming Web Sites","swmsites.htm");
	addICPSubMenu("OtherMenu","Tips on How to Navigate our Archives","navigation.htm");
	addICPSubMenu("OtherMenu","Contact Us","contctus.htm");
}