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("#EBE5D9", "black", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("http://people.ne.mediaone.net/turks/images/logo.gif","http://people.ne.mediaone.net/turks/","Jims Kitchen") ;
	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","http://people.ne.mediaone.net/turks/index.html");
	
	//Tips
	addICPMenu("EventsMenu", "Cooking Tips", "","");
	addICPSubMenu("EventsMenu","BBQ tips","http://people.ne.mediaone.net/turks/tips/essentials.html");
	addICPSubMenu("EventsMenu","Low Fat cooking","http://people.ne.mediaone.net/turks/tips/auth_tips.html");
	addICPSubMenu("EventsMenu","Cooking terms","http://people.ne.mediaone.net/turks/tips/terms.html");
	

	//Subscribe
	addICPMenu("SubscribeMenu", "Subscribe", "","");
	addICPSubMenu("SubscribeMenu","AllRecipes.com","http://www.allrecipes.com/");
	addICPSubMenu("SubscribeMenu","Recipe a Day","http://www.recipe-a-day.com/");
	addICPSubMenu("SubscribeMenu","Joy of Cooking","http://www.simonsays.com/subs/index.cfm?areaid=43");
	addICPSubMenu("SubscribeMenu","Meals.com","http://www.my-meals.com/");
	addICPSubMenu("SubscribeMenu","RecipeXchange","http://www.recipexchange.com/recipexchange_cfmfiles/recipes.cfm");
	
	
	
	//Downloads
	addICPMenu("DownloadMenu", "Downloads", "","");
	addICPSubMenu("DownloadMenu","Download Accelerator Plus","http://www.speedbit.com/");
	addICPSubMenu("DownloadMenu","WebFerret","http://www.webferret.com/netferret/");
	addICPSubMenu("DownloadMenu","Wingate Proxy","http://www.deerfield.com/");

	//Contact Us
	addICPMenu("ContactMenu", "Contact Us", "","mailto:turks@mediaone.net");
	addICPSubMenu("ContactMenu","Contact Jim","mailto:turks@mediaone.net");
	addICPSubMenu("ContactMenu","Report Errors","http://htmlgear.lycos.com/feed/control.feed?a=render&i=1&u=jims_kitchen");

	//Guestbook
	addICPMenu("GuestMenu", "Guestbook", "","");
	addICPSubMenu("GuestMenu","Sign Guestbook","http://www.htmlgear.lycos.com/guest/control.guest?u=gpbellingham&i=2&a=sign");
	addICPSubMenu("GuestMenu","View Guestbook","http://www.htmlgear.lycos.com/guest/control.guest?u=gpbellingham&i=2&a=view");
	
	//Recipe
	addICPMenu("RecipeMenu", "Submit Recipe", "","");
	addICPSubMenu("RecipeMenu","Submit","http://www.htmlgear.lycos.com/feed/control.feed?a=render&i=4&u=gpbellingham");
	
	//OTHER STUFF
	addICPMenu("MSNMenu", "Other...", "","http://msn.com/");
	addICPSubMenu("MSNMenu","Entertainment","http://go.msn.com/ZZS/0/D.asp");
	addICPSubMenu("MSNMenu","Free E-mail","http://go.msn.com/ZZS/0/E.asp");
	addICPSubMenu("MSNMenu","Free Games","http://go.msn.com/ZZS/0/B.asp");
	addICPSubMenu("MSNMenu","Free Home Pages","http://go.msn.com/ZZS/0/2.asp");
	addICPSubMenu("MSNMenu","Greeting Cards","http://go.msn.com/ZZS/0/C.asp");
	addICPSubMenu("MSNMenu","Headlines","http://go.msn.com/zzs/0/7.asp");
	addICPSubMenu("MSNMenu","Internet Access","http://go.msn.com/ZZS/0/6.asp");
	addICPSubMenu("MSNMenu","Money","http://go.msn.com/zzs/0/8.asp");
	addICPSubMenu("MSNMenu","People & Chat","http://go.msn.com/ZZS/0/F.asp");
	addICPSubMenu("MSNMenu","Shopping","http://go.msn.com/ZZS/0/9.asp");
	addICPSubMenu("MSNMenu","More...","http://go.msn.com/ZZS/0/H.asp");
}
