var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//Frame Support = true/false.
	Frame_Supported = false;
//This script used by permission from author
	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	setDefaultICPMenuColor("#7E91BC", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("images/logo.jpg","http://horsebooks.freeyellow.com","Horse Books home page") ;
	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","http://horsebooks.freeyellow.com");
		
	//Bibliography
	addICPMenu("KKBMenu", "Bibliography", "","bibliography.htm");
	
		
	//SALE
	addICPMenu("ATAMAMenu", "PEDIGREE RESEARCH", "","research.htm");
	//addICPSubMenu("ATAMAMenu","Information","/atama/info.asp");
	
	//Books for Sale
	addICPMenu("BooksMenu", "Books for Sale", "","#");
	addICPSubMenu("BooksMenu","TB Books","tbbooks.htm");
	addICPSubMenu("BooksMenu","QH Books","qhbooks.htm");
	addICPSubMenu("BooksMenu","Pedigree Research","research.htm");
	addICPSubMenu("BooksMenu","Other Books","otherbooks.htm");
	
	//Quarterbase
	addICPMenu("QuarterbaseMenu", "Quarterbase", "","http://www.pedigreeplanner.co.nz/pp_quarter.htm");
					
	//Links
	addICPMenu("LinksMenu", "Links", "","links.htm");
			
	//Webrings
	addICPMenu("ContactMenu", "Webrings", "","webrings.htm");
	//addICPSubMenu("ContactMenu","KKB Contacts","/kkbcontact.asp");
	
			
	
}
