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("000000", "E9EADA", "cc6600");
//004830
	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	//setICPBanner("images/logo.jpg") ;
	setICPBanner("images/logo.jpg","index.htm?target=/","Douknow Home") ;
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","index.htm");
	addICPSubMenu("HomeMenu","douknow.net Home","http://www.douknow.net");
	addICPSubMenu("HomeMenu","Deceived By The Light","indexb.htm");
	addICPSubMenu("HomeMenu","In The Light","http://www.douknow.net/inthelight/index.htm");
	addICPSubMenu("HomeMenu","Satan's Web","http://www.douknow.net/satan/index.htm");
	addICPSubMenu("HomeMenu","About Douknow.net","duk_aboutus.htm");
	
	//Latest News
	addICPMenu("eventsMenu","Latest News","","zpage1.htm");
	addICPSubMenu("EventsMenu","Archealogy","archealogypage.htm");
	addICPSubMenu("EventsMenu","Scriptural","scripturepage.htm");
	addICPSubMenu("EventsMenu","Textural Facts","texturepage.htm");
	addICPSubMenu("EventsMenu","Politics","politicspage.htm");
	addICPSubMenu("EventsMenu","Weather","weatherpage.htm");
	addICPSubMenu("EventsMenu","Financial","financialpage.htm");
	addICPSubMenu("EventsMenu","Social Issues","socialpage.htm");
	addICPSubMenu("EventsMenu","Book Releases & Reviews","booksandpage.htm");
	addICPSubMenu("EventsMenu","Misc. News","miscnewspage.htm");
 	addICPSubMenu("EventsMenu","If A Rapture Has Occured","rapturepage.htm");

	//Subscribe
	addICPMenu("SubscribeMenu", "Search", "","douknow_search.htm");
	addICPSubMenu("SubscribeMenu","Search Douknow.net","douknow_search.htm");
	addICPSubMenu("SubscribeMenu","Deceived By The Light","search_our_website.htm");
	addICPSubMenu("SubscribeMenu","In The Light","searchinlight.htm");
	addICPSubMenu("SubscribeMenu","Northern Light","http://www.northernlight.com");
	addICPSubMenu("SubscribeMenu","Yahoo","http://www.yahoo.com");
	
	//About Microsoft
	addICPMenu("MicrosoftMenu", "Downloads", "","downloadpage.htm");
	addICPSubMenu("MicrosoftMenu","What Do You Believe?","wdubindex_.htm");
	addICPSubMenu("MicrosoftMenu","Complete Holy Bible","holybiblepage/htm");
	addICPSubMenu("MicrosoftMenu","Microsoft IE5","http://www.microsoft.com");
	addICPSubMenu("MicrosoftMenu","Real Player","http://www.real.com");
	

	//International
	addICPMenu("InternationalMenu", "Links", "","linkspage.htm");
	addICPSubMenu("InternationalMenu","Ministry Sites","ministrysitespage.htm");
	addICPSubMenu("InternationalMenu","Educational Sites","educationsitespage.htm");
	addICPSubMenu("InternationalMenu","Apologetic Sites","apologeticspage.htm");

	

	//Contact Us
	addICPMenu("ContactMenu", "Contact Us", "","email_.htm");
	addICPSubMenu("ContactMenu","Contact Douknow.net","email_.htm");
	addICPSubMenu("ContactMenu","Sign Our Guestbook","duk_guestbook.htm");
	addICPSubMenu("ContactMenu","Submission Form","submission.htm");
	

	
}
