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("black", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("/img/ho_logo_1.png","/index.html","warrencomputer.com Home") ;
	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","/index.html");
	
	//Products
	addICPMenu("ProductsMenu", "Products", "","http://www.warrencomputer.com/products/index.html");
	addICPSubMenu("ProductsMenu","WCC PC's","http://www.warrencomputer.com/products/prodinfo/index.asp");
	addICPSubMenuLine("ProductsMenu");
	addICPSubMenu("ProductsMenu","Servers","http://www.warrencomputer.com/products/prodinfo/index.asp");
	addICPSubMenuLine("ProductsMenu");
	addICPSubMenu("ProductsMenu","Monitors","http://www.warrencomputer.com/products/prodinfo/index.asp");
	addICPSubMenuLine("ProductsMenu");
	addICPSubMenu("ProductsMenu","Printers","http://www.warrencomputer.com/products/prodinfo/index.asp");
	addICPSubMenuLine("ProductsMenu");
	addICPSubMenu("ProductsMenu","Sprint PCS","http://www.warrencomputer.com/products/sprint/index.html");
 
	//Services
	addICPMenu("ServicesMenu", "Services", "","http://www.warrencomputer.com/services");
	
	//Solutions
	addICPMenu("SolutionsMenu", "Solutions", "","http://www.warrencomputer.com/solutions");
	addICPSubMenuLine("SolutionsMenu");
	addICPSubMenu("SolutionsMenu","Novell SBS","http://www.warrencomputer.com/solutions/novellsbs/index.html");
	
	//Contact us
	addICPMenu("contactMenu", "Contact us", "","http://www.warrencomputer.com/contact");
	addICPSubMenu("contactMenu","e-mail Sales","mailto:sales@warrencomputer.com");
	addICPSubMenu("contactMenu","e-mail Service","mailto:service@warrencomputer.com");
	addICPSubMenu("contactMenu","e-mail Support","mailto:support@warrencomputer.com");

	//About us
	addICPMenu("infoMenu", "About us", "","http://www.warrencomputer.com/info");
	
	//E-mail
	addICPMenu("infoMenu", "E-mail login", "","https://mail.warrencomputer.net");
}
