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", "gray", "red");

	// Customize toolbar background color
	setToolbarBGColor("black");

	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "      |  Home", "","");
	addICPSubMenu("HomeMenu","MAHA Home","home.htm");
	addICPSubMenu("HomeMenu","Start Page","default.htm");

	//MAGBA
	addICPMenu("MAGBA", "MAHA", "", "");
	addICPSubMenu("MAGBA","What We're About","aboutMAGBA.htm");
        addICPSubMenu("MAGBA","Why Join?","whyjoinmagba.htm");
        addICPSubMenu("MAGBA","Member Services","services.htm");
        addICPSubMenu("MAGBA","Lease Maps","leasemaps.htm");
	addICPSubMenu("MAGBA","What They're Saying","whattheysay.htm");
	addICPSubMenu("MAGBA","Membership Pricing","membership_pricing_copy(2).htm");
	addICPSubMenu("MAGBA","How To Join","joinmagba.htm");
	addICPSubMenu("MAGBA","News","news.htm");
	
	//Hunting & Fishing
	addICPMenu("HuntFish", "Hunting & Fishing", "", "");
	addICPSubMenu("HuntFish","Hunting & Fishing","huntfish.htm");
        addICPSubMenu("HuntFish","Deer Hunting","deer.htm");
		addICPSubMenu("HuntFish","-   Whitetails","deer_whitetails.htm");
		addICPSubMenu("HuntFish","-   Mule Deer","deer_mulies.htm");
                addICPSubMenu("HuntFish","-   Bowhunting","deer_bowhunting.htm");
                addICPSubMenu("HuntFish","-   Muzzleloader","deer_blackpowder.htm");
	addICPSubMenu("HuntFish","Turkey Hunting","turkey.htm");
	addICPSubMenu("HuntFish","Upland Hunting","uplandgame.htm");
		addICPSubMenu("HuntFish","-   Pheasant","pheasant.htm");
		addICPSubMenu("HuntFish","-   Quail","quail.htm");
		addICPSubMenu("HuntFish","-   Dove","dove.htm");
		addICPSubMenu("HuntFish","-   Prairie Chicken","prairie_chicken.htm");
        addICPSubMenu("HuntFish","Waterfowl Hunting","waterfowl.htm");
		addICPSubMenu("HuntFish","-   Geese","geese.htm");
		addICPSubMenu("HuntFish","-   Ducks","ducks.htm");
	        addICPSubMenu("HuntFish","-   40+ Blinds","blinds.htm");
        addICPSubMenu("HuntFish","Predator Hunting","predators.htm");
        addICPSubMenu("HuntFish","Fishing","fishing.htm");
        addICPSubMenu("HuntFish","Photo Album","photogallery.htm");
        addICPSubMenu("HuntFish","Hunting Videos","huntingvideo.htm");
        addICPSubMenu("HuntFish","Lease Maps","leasemaps.htm");
        addICPSubMenu("HuntFish","Game Census","game_population_statistics.htm");
	
	//Membership
	addICPMenu("Membership", "Membership", "","");
	addICPSubMenu("Membership","Why Join?","whyjoinmagba.htm");
	addICPSubMenu("Membership","How to Join","joinmagba.htm");
	addICPSubMenu("Membership","Member Services","services.htm");
	addICPSubMenu("Membership","Members Only - Maps","Maps.htm");
        addICPSubMenu("Membership","Contact Info","contact.htm");
	addICPSubMenu("Membership","E-mail Now","mailto:contact@magba.com");


	//Gallery
	addICPMenu("Gallery", "On Film", "","");
	addICPSubMenu("Gallery","HuntCam Web Videos","huntingvideo.htm");
        addICPSubMenu("Gallery","Photos","photogallery.htm");
	addICPSubMenu("Gallery","-   Trophy Deer","deer_gallery.htm");
	addICPSubMenu("Gallery","-   Turkey","turkeygallery.htm");
	addICPSubMenu("Gallery","-   Pheasant","pheasantgallery.htm");
	addICPSubMenu("Gallery","-   Quail","quailgallery.htm");
	addICPSubMenu("Gallery","-   Prairie Chicken","prairie_chicken.htm");
	addICPSubMenu("Gallery","-   Ducks","ducksgallery.htm");
	addICPSubMenu("Gallery","-   Geese","geesegallery.htm");
	addICPSubMenu("Gallery","-   Small Game","smallgame.htm");
	addICPSubMenu("Gallery","-   Predators","predators.htm");
	addICPSubMenu("Gallery","-   Fishing","fishgallery.htm");
	
	//Contact Us
	addICPMenu("ContactUs", "Contact", "","");
	addICPSubMenu("ContactUs","Contact Info","contact.htm");
	addICPSubMenu("ContactUs","E-mail Now","mailto:contact@magba.com");

	//Search
	addICPMenu("Search", "Search", "","");
	addICPSubMenu("Search","Search This Site","search.htm");
	addICPSubMenu("Search","Site Map","sitemap.htm");


	//License Info
	addICPMenu("License", "Licenses", "","");
	addICPSubMenu("License","Kansas","links.htm#Kansas");
	addICPSubMenu("License","Missouri","links.htm#Missouri");
	addICPSubMenu("License","Iowa","links.htm#Iowa");

	//MAGBA.COM
	addICPMenu("DotCom", "MAGBA.COM", "","");
	addICPSubMenu("DotCom","About This Site","aboutsite.htm");
	addICPSubMenu("DotCom","Webmaster/Bowhunter","aboutsite.htm");
	addICPSubMenu("DotCom","FAQ","faq.htm");
 	addICPSubMenu("DotCom","Site Map","sitemap.htm");
 	addICPSubMenu("DotCom","Artwork Credits","artworkcredits.htm");
	addICPSubMenu("DotCom","Links","links.htm");
 
	//Help
        addICPMenu("Help", "  Help ", "","");
	addICPSubMenu("Help","Help","Help.htm");
	addICPSubMenu("Help","FAQ","faq.htm");
 	addICPSubMenu("Help","Site Map","sitemap.htm");
 	addICPSubMenu("Help","Search This Site","search.htm");
  	addICPSubMenu("Help","Contact Us","contact.htm");
  	addICPSubMenu("Help","E-Mail Now","mailto:contact@magba.com");


                  

}
