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("#8B4513", "#F5DEB3", "#B8860B");

	// Customize toolbar background color
	setToolbarBGColor("#8B4513");

	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "      |    Home", "","");
	addICPSubMenu("HomeMenu","MAGBA Home","home.htm");
	addICPSubMenu("HomeMenu","Start Page","default.htm");

	//MAGBA
	addICPMenu("MAGBA", "MAGBA", "", "");
	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("More", "More", "","");
	addICPSubMenu("More","Licenses","links.htm#Kansas");
	addICPSubMenu("More"," - Kansas","links.htm#Kansas");
	addICPSubMenu("More"," - Missouri","links.htm#Missouri");
	addICPSubMenu("More"," - Iowa","links.htm#Iowa");

	//MAGBA.COM

	addICPSubMenu("More","About This Site","aboutsite.htm");
	addICPSubMenu("More"," - Webmaster/Bowhunter","aboutsite.htm");
	addICPSubMenu("More"," - FAQ","faq.htm");
 	addICPSubMenu("More"," - Site Map","sitemap.htm");
 	addICPSubMenu("More"," - Artwork Credits","artworkcredits.htm");
	addICPSubMenu("More"," - Links","links.htm");
 
	//Help
	addICPSubMenu("More","Help","Help.htm");
	addICPSubMenu("More"," - FAQ","faq.htm");
 	addICPSubMenu("More"," - Site Map","sitemap.htm");
 	addICPSubMenu("More"," - Search This Site","search.htm");
  	addICPSubMenu("More"," - Contact Us","contact.htm");
  	addICPSubMenu("More"," - E-Mail Now","mailto:contact@magba.com");


                  

}
