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("#AEC7DD", "#135192", "red");



	// Customize toolbar background color

	setToolbarBGColor("white");



	// display MSCOM Banner

	setMAIL("http://www.centralheli.ch/images/mail.gif","mailto: mail@centralheli.ch","mailto: CHS") ;



	// display MSCOM Banner

	setMSBanner("moving_terrain_klein.gif","http://www.moving-terrain.ch","Moving Terrain Home") ;





	//***** Add Standard Microsoft.com menus *****

	//CHS Shop

	addMSMenu("ShopMenu", "CHS Shop", "","../shop/shop.htm");

	addMSSubMenu("ShopMenu","Firmenartikel","../shop/artikel.htm");

	addMSSubMenu("ShopMenu","Gutscheine","../shop/gutscheine.htm");

	addMSSubMenu("ShopMenu","das digitale Flugbuch","../shop/flugbuch.htm");
	
	addMSSubMenu("ShopMenu","Lehrmittel","http://www.centralheli.ch/sites/shop/lehrmittel.htm");



	//Links

	addMSMenu("LinksMenu", "Links", "","../links/links.htm");

	addMSSubMenu("LinksMenu","CHS Banners","../links/banners.htm");

	addMSSubMenu("LinksMenu","Partnerfirmen","../links/partner.htm");

	addMSSubMenu("LinksMenu","Hotel und Kongresszentren","../links/gastro.htm");

	addMSSubMenu("LinksMenu","andere","../links/andere.htm");



	//Club

	addMSMenu("ClubMenu", "Club", "","http://www.centralheli.ch/heli7/index.htm");

	addMSSubMenu("ClubMenu", "Heli7","http://www.centralheli.ch/heli7/index.htm");

	addMSSubMenu("ClubMenu", "Veranstaltungskalender","http://www.centralheli.ch/heli7/programm.htm");


	//Sitemap

	addMSMenu("MapMenu", "Sitemap", "","../sitemap/index.htm");


	//Home

	addMSMenu("HomeMenu", "Home", "","../home/home.htm");

}


