
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("dimgray", "White", "Yellow");
	
	// Customize toolbar background color
	setToolbarBGColor("white");
	
	// display ICP Banner
	//setICPBanner("","","") ;
	
	
	//***** Add ICP menus *****
	
	//HOME
	addICPMenu("HOME", "Home","HomePage for Transportation Resources, Inc.","http://www.trif.com/home.htm");
			
	//Company
	addICPMenu("Company", "Company", "Company","URL");
	addICPSubMenu("Company"," Company","URL");
	
	//Products
	addICPMenu("Products", "Products", "Products", "URL");
	addICPSubMenu("Products", " Products", "URL");
		
	//Services
	addICPMenu("Services", "Services", "","URL");
	addICPSubMenu("Services"," Services","URL");
	
	//News
	addICPMenu("News", "News", "","URL");
	addICPSubMenu("News"," News","URL");
	
	//Search
	addICPMenu("Search", "Search", "","URL");
	addICPSubMenu("Search"," Search","URL");
	
	//Links
	addICPMenu("Links", "Links", "","URL");
	addICPSubMenu("Links"," Links","URL");
	
	//Clients
	addICPMenu("Clients", "Clients", "","URL");
	addICPSubMenu("Clients"," Clients","URL");
			
	//Support
	addICPMenu("Support", "Support", "","http://support.trif.com");
	addICPSubMenu("Support"," Help","http://support.trif.com/support.asp");
	
	//Login
	addICPMenu("Login", "Log In", "","/login/login.asp");
	
}