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("#CC9900", "black", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	//***** Add Standard menus *****
	//Contact
	addMSMenu("Contact","Contact","Contact to us and other visitors - Kontakt zu uns und anderen Besuchern","http://gaestebuch.gbserver.de/arminh,1.html");
	addMSSubMenu("Contact", "Guestbook", "http://gaestebuch.gbserver.de/arminh,1.html");

	//***** Add Standard menus *****
	//Religion		
	addMSMenu("ReligionMenu", "Religion", "Glaubensfragen (German Pages)","../_chinfo_div/chinfo_religion.htm");
	addMSSubMenu("ReligionMenu","Deutsch (German)","../_chinfo_div/chinfo_religion.htm");

	//NAKMenu
	addMSMenu("NAKMenu", "NAK-INFO", "Information about the newapostolic church / Informationen über die Neuapostolische Kirche","../_nak_div/index.htm");
	addMSSubMenu("NAKMenu","Deutsch (German)","../_nak_div/index.htm");
	addMSSubMenuLine("NAKMenu");
	addMSSubMenu("NAKMenu","English","../_nak_eng/nak_intro_e.htm");
	
}
