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 *****

	//Breadbasket
	addICPMenu("BreadbasketMenu", "Breadbasket", "","breadbasket.htm");

	//Colonies
	addICPMenu("ColoniesMenu", "Colonies", "","colonies.htm");

	//Dixie
	addICPMenu("DixieMenu", "Dixie", "","dixie.htm");

	//GreatLakes
	addICPMenu("GreatLakesMenu", "GreatLakes", "","greatlakes.htm");

	//Northwest
	addICPMenu("NorthwestMenu", "Northwest", "","northwest.htm");

	//Oceana
	addICPMenu("OceanaMenu", "Oceana", "","oceana.htm");
}
