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", "#d7d6d6", "#e70c0c");

	// Customize toolbar background color
	setToolbarBGColor("#000000");

	//***** Add menus *****


	//Homemenu
	addMSMenu("HomeMenu", "Gallery Home Page", "","http://www.macesoftware.com/europe/index.html");
	addMSSubMenuLine("HomeMenu");

	//DropDown
	addMSMenu("dropmenu", "Gallery Day List", "","http://www.macesoftware.com/europe/index.html");
	addMSSubMenu("dropmenu", "Day 1: London", "http://www.macesoftware.com/europe/day1/page1.htm");
	addMSSubMenu("dropmenu", "Day 2: London to Calias", "http://www.macesoftware.com/europe/day2/page1.htm");
	addMSSubMenu("dropmenu", "Day 3: Calais to Trier", "http://www.macesoftware.com/europe/day3/page1.htm");
	addMSSubMenu("dropmenu", "Day 4: Mosel Valley", "http://www.macesoftware.com/europe/day4/page1.htm");
	addMSSubMenu("dropmenu", "Day 5: Trier", "http://www.macesoftware.com/europe/day5/page1.htm");
	addMSSubMenu("dropmenu", "Day 6: Trier to Ottobeuren", "http://www.macesoftware.com/europe/day6/page1.htm");
	addMSSubMenu("dropmenu", "Day 7: Castle", "http://www.macesoftware.com/europe/day7/page1.htm");
	addMSSubMenu("dropmenu", "Day 8: Ottobeuren to Reide", "http://www.macesoftware.com/europe/day8/page1.htm");
	addMSSubMenu("dropmenu", "Day 9: Austrian Alps", "http://www.macesoftware.com/europe/day9/page1.htm");
	addMSSubMenu("dropmenu", "Day 10: Swiss Alps", "http://www.macesoftware.com/europe/day10/page1.htm");
	addMSSubMenu("dropmenu", "Day 11: Italian Alps", "http://www.macesoftware.com/europe/day11/page1.htm");
	addMSSubMenu("dropmenu", "Day 12: Innsbruck", "http://www.macesoftware.com/europe/day12/page1.htm");
	addMSSubMenu("dropmenu", "Day 13: Reide to Trier", "http://www.macesoftware.com/europe/day13/page1.htm");
	addMSSubMenu("dropmenu", "Day 14: Trier to Calais", "http://www.macesoftware.com/europe/day14/page1.htm");
	addMSSubMenu("dropmenu", "Day 15: Calais to London", "http://www.macesoftware.com/europe/day15/page1.htm");
	addMSSubMenu("dropmenu", "Day 16: Home", "http://www.macesoftware.com/europe/day16/page1.htm");
	addMSSubMenuLine("dropmenu");


	//GPSMenu
	addMSMenu("GPSMenu", "GPS Tracks", "","http://www.macesoftware.com/europe/GPS/page1.htm");
	addMSSubMenuLine("GPSMenu");


	//OthersMenu
	addMSMenu("OthersMenu", "Photos by Others", "","http://www.macesoftware.com/europe");
	addMSSubMenu("OthersMenu", "Joe's (Pyro) Gallery", "http://community.webshots.com/user/sidecarpyro");
	addMSSubMenu("OthersMenu", "Ian's (Shooter) Gallery", "http://community.webshots.com/user/s800ter");
	addMSSubMenu("OthersMenu", "John's (JohnJr) Gallery", "http://photobucket.com/albums/v453/akafrancis22/");
	addMSSubMenuLine("OthersMenu");





}

