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("#C0C0C0", "steelblue", "#E6E7FD");

	// Customize toolbar background color
	setToolbarBGColor("steelblue");

	// display ICP Banner

	//***** Add ICP menus *****
	
	//country one
	addICPMenu("f1", "Latest News", "","/news/news.html");
	addICPMenu("f2", "Archived News", "","/news/news_archive.html");

}
