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 *****

	//FbrAqtcs
	addICPMenu("FbrAqtcsMenu", "Fiber Aquatics, by Henry Mecredy, Houston", "","fbraqtcs.htm");

	//PureMagc
	addICPMenu("PureMagcMenu", "Pure Magic, by David Boudreau, Gold Coast", "","puremagc.htm");

	//RndyManh
	addICPMenu("RndyManhMenu", "Randys Swim Around Manhattan, by David Boudreau", "","rndymanh.htm");

	//DeclRome
	addICPMenu("DeclRomeMenu", "The Decline of Rome - and the Origin of the Breastroke, by Charles Sprawson", "","declrome.htm");

	//FeelWatr
	addICPMenu("FeelWatrMenu", "Feel for Water - Shaving Down, by Charles Sprawson", "","feelwatr.htm");

	//AlSharpe
	addICPMenu("AlSharpeMenu", "Always Al - a tribute by Coach Chris Morgan of Stanford Masters Swim Team", "","alsharpe.htm");

	//9steps
	addICPMenu("9stepsMenu", "9 Steps for Increasing Energy through Food", "","9steps.htm");

	//healingf
	addICPMenu("healingfMenu", "Finding Comfort with Healing Foods", "","healingf.htm");

	//HudsonRiver
	addICPMenu("HudsonRiverMenu", "Come on In, the Hudsons Fine", "","hudsonriver.htm");
}