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/logo2.gif") ;
	setICPBanner("images/logo2.gif","index.htm?target=/","Deceived By The Light Home") ;
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "","indexb.htm");
	addICPSubMenu("HomeMenu","douknow.net Home","index.htm");
	addICPSubMenu("HomeMenu","Deceived By The Light","indexb.htm");
	addICPSubMenu("HomeMenu","In The Light","inthelight/index.htm");
	addICPSubMenu("HomeMenu","Satan's Web","satan/index.htm");
	addICPSubMenu("HomeMenu","About Douknow.net","aboutus.htm");
	
	//Latest News
	addICPMenu("eventsMenu","Religions...","","");
	addICPSubMenu("EventsMenu","Jehovah Witness","jwmain_.htm");
	addICPSubMenu("EventsMenu","Mormons (LDS)","mormonmain.htm");
	addICPSubMenu("EventsMenu","Evolution","evolutioncreationmain.htm");
	addICPSubMenu("EventsMenu","Atheist","atheistmain.htm");
	addICPSubMenu("EventsMenu","Free Masonry","freemasonmain.htm");
	addICPSubMenu("EventsMenu","Islam","islammain.htm");
	addICPSubMenu("EventsMenu","New Age","newagemain.htm");
	addICPSubMenu("EventsMenu","Jesus Seminar","js_main.htm");
	addICPSubMenu("EventsMenu","Man's Doctrine","maindoctrine.htm");
 	addICPSubMenu("EventsMenu","Conversion","conversionmain.htm");

	//Subscribe
	addICPMenu("SubscribeMenu", "Search", "","search_our_website.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", "","downloads_and_additional_files.htm");
	addICPSubMenu("MicrosoftMenu","What Do You Believe?","wdubindex_.htm");
	addICPSubMenu("MicrosoftMenu","Complete Holy Bible","downloads_and_additional_files.htm");
	addICPSubMenu("MicrosoftMenu","Microsoft IE5","http://www.microsoft.com");
	addICPSubMenu("MicrosoftMenu","Real Player","http://www.real.com");
	addICPSubMenu("MicrosoftMenu","Website Downloads","downloads_and_additional_files.htm");

	

	//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","guestbookmain.htm");
	addICPSubMenu("ContactMenu","Submission Form","submission_.htm");
	
	
}
