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("darkblue", "white", "#5b92e6"); // Customize toolbar background color setToolbarBGColor("white"); // display ICP Banner //setICPBanner("images/HiResMorningStarlogo1.jpg","msswhome.asp","morningstar bce home") ; setICPBanner("images/mssw.jpg","msswhome.asp","morningstar software home") ; //***** Add ICP menus ***** //home addICPMenu("HomeMenu", "home", "","login.asp"); addICPMenu("ThinkMenu", "What We Think", "","whatwethink.asp"); addICPMenu("DoMenu", "What We Do", "","whatwedo.asp"); addICPMenu("AreMenu", "Who We Are", "","whoweare.asp"); addICPMenu("ContactMenu", "Contact Us", "","contactus.asp"); addICPMenu("DownLoadMenu", "Downloads", "","downloads.asp"); //DoMenu addICPSubMenu("DoMenu", "Client Profile", "doprofile.asp"); addICPSubMenu("DoMenu", "Billing", "dobilling.asp"); addICPSubMenu("DoMenu", "Sales", "dosales.asp"); addICPSubMenu("DoMenu", "Resource Manager", "doresource.asp"); addICPSubMenu("DoMenu", "Marketing", "domarketing.asp"); addICPSubMenu("DoMenu", "Client Portal", "doportal.asp"); //addICPSubMenu("DoMenu", "New in 2005 Client Service", "doservice.asp"); //addICPSubMenu("DoMenu", "New in 2005 Service Delivery", "dodelivery.asp"); //addICPSubMenuLine("chargesMenu"); //help //addICPMenu("helpmenu", "help", "","helphome.asp"); //crm //addICPMenu("crmmenu", "crm", "","crmhome.asp"); }