var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= false;

	// Customize default MS menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("#000000", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display default ICP Banner
	setICPBanner("/Objects/bannerlogo.gif","","aporeticworld.com Home") ;
	
	// display ADS
	//setAds("Objects/ad.gif","","") ;

	//***** Add Standard Aporeticworld.com menus *****
	//DocumentsMenu		
	addMSMenu("ProductsMenu", "DRAFTS", "","");
	addMSSubMenu("ProductsMenu","Historical Introduction","historicalsources/index.html");
	addMSSubMenu("ProductsMenu","Ancient Fragments","mainsources/index.html");
	addMSSubMenu("ProductsMenu","Synoptic Table","synoptic/index.html");
	addMSSubMenu("ProductsMenu","F.A.Q. & Answers","faq4en/index.html");
	addMSSubMenuLine("ProductsMenu");
	addMSSubMenu("ProductsMenu","World P.M.D.","pmd/index.html");
	addMSSubMenu("ProductsMenu","Books","books/index.html");
	addMSSubMenu("ProductsMenu","News","news/index.html");
	addMSSubMenu("ProductsMenu","Events","events/index.html");
	addMSSubMenu("ProductsMenu","Quotations","quotations/index.html");

	//SupportersMenu
	addMSMenu("SupportMenu", "Supporters", "","");
	addMSSubMenu("SupportMenu","Subscription forms","subscriptions/index.html");
	addMSSubMenu("SupportMenu","Mailing List","mailinglist/index.html");
		addMSSubMenu("SupportMenu","Hall of Fames","halloffames/index.html");
	addMSSubMenu("SupportMenu","Clubs & Fans","fans/index.html");
	addMSSubMenu("SupportMenu","Free Initiatives","initiatives/index.html");
	addMSSubMenu("SupportMenu","World Bank Fund","aporeticworldfund/index.html");


	//SearchMenu
	addMSMenu("SearchMenu", "Other", "","");
	addMSSubMenu("SearchMenu","Millennium Men","millenniummen/index.html");
	addMSSubMenu("SearchMenu","Photo Collection","photocollections/index.html");					
	addMSSubMenu("SearchMenu","Downloads","downloads/index.html");
	addMSSubMenu("SearchMenu","MIDIs","midifiles/index.html");

	//CommercialMenu									
	addMSMenu("MicrosoftMenu", "Commercials", "","");
	addMSSubMenu("MicrosoftMenu","Audio on Demand","audiondemand/index.html");
	addMSSubMenu("MicrosoftMenu","Copyrights declaration","copyrights/index.html");
	addMSSubMenu("MicrosoftMenu","Gadgets","gadgets/index.html");
	addMSSubMenuLine("MicrosoftMenu");
	addMSSubMenu("MicrosoftMenu","Contact US","contacts/index.html");
	addMSSubMenu("MicrosoftMenu","Celebrations","celebrations/index.html");
	addMSSubMenu("MicrosoftMenu","Homage & Remembers","homage/index.html");
	addMSSubMenu("MicrosoftMenu","Awards won","awards/index.html");
	addMSSubMenu("MicrosoftMenu","Credits of the site","credits/index.html");
	addMSSubMenu("MicrosoftMenu","Disclaimers & Final notes","disclaimer/index.html");
	addMSSubMenu("MicrosoftMenu","Webmaster","webmaster/index.html");
}
///© Aporetic World. All rights reserved.
