var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= true;

	// Customize default MS menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("#000000", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display default ICP Banner
	setICPBanner("/images/bslogo.jpg","target=/index.htm") ;
	


	// display ADS
	//setAds("","","") ;

	//***** Add Standard Microsoft.com menus *****
	//ProductsMenu		
	addMSMenu("ProductsMenu", "Safety Resources", "","target=/safety.htm");
	addMSSubMenu("ProductsMenu","Safety Pages","/booklets.htm?target=/booklets.htm");
	addMSSubMenu("ProductsMenu","Safety Section","/safety.htm?target=/safety.htm");
	addMSSubMenu("ProductsMenu","Rules of the Road","/colregs.htm?target=/colregs.htm");
	addMSSubMenuLine("ProductsMenu");
	addMSSubMenu("ProductsMenu","Float Plan","/float.htm?target=/float.htm");
	addMSSubMenu("ProductsMenu","CG Checklist","/cgchecklist.htm?target=/cgchecklist.htm");
	addMSSubMenu("ProductsMenu","State Boating Offices","/statoff.htm?target=/statoff.htm");
	addMSSubMenu("ProductsMenu","Life Jackets","http://www.boatingsafety.com/wow/cgpfds.htm?target=http://www.boatingsafety.com/wow/cgpfds.htm");

	//SupportMenu
	addMSMenu("SupportMenu", "Training", "","http://www.usboating.com/test.htm?target=http://www.usboating.com/test.htm");
	addMSSubMenu("SupportMenu","Nautical Tests Online","http://www.usboating.com/test.htm?target=http://www.usboating.com/test.htm");
	addMSSubMenu("SupportMenu","U. S. Power Squadron","http://www.usps.org?target=http://www.usps.org");
	addMSSubMenu("SupportMenu","Coast Guard Auxiliary","http://www.cgaux.org?target=http://www.cgaux.org");

	//MicrosoftMenu									
	addMSMenu("MicrosoftMenu", "Marine Weather", "","/weather.htm?target=/weather.htm");
	addMSSubMenu("MicrosoftMenu","Local Marine Weather","/locmar.htm?target=/locmar.htm");
	addMSSubMenu("MicrosoftMenu","Local City Weather","/weather.html?target=/weather.html");
	addMSSubMenuLine("MicrosoftMenu");
	addMSSubMenu("MicrosoftMenu","Caribbean Sat. Map","/cbsat.html?target=/cbsat.html");
	addMSSubMenu("MicrosoftMenu","National Weather Service","http://www.nhc.noaa.gov/");
	addMSSubMenu("MicrosoftMenu","Marine Warnings","http://twister.sbs.ohio-state.edu/text/severe/marwarn/");
	addMSSubMenu("MicrosoftMenu","NOAA Interactive","http://www.nws.fsu.edu/buoy/");
	addMSSubMenu("MicrosoftMenu","Wind and Sea Warnings","http://www.nlmoc.navy.mil/cgi-bin/list_seas.pl");

	//Lock MSMenu so that ICP can't add make changes to it
	//Lock("addMSMenu");

}
