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("#0033FF", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("0033FF");

	// display default ICP Banner
	setICPBanner("assets/mbox3.gif","index.htm","unknown Home") ;
	
	// display MSCOM Banner
	setMSBanner("swimgold3.gif","index.htm","swimgold Home") ;

	// display ADS
	//setAds("assets/ad.gif","","") ;

	//***** Add Standard Microsoft.com menus *****

	//TopTn
	addMSMenu("TopTnMenu", "Top Ten", "","tt/index.htm");
	addMSSubMenu("TopTnMenu","Top Ten by Age","tt/age/index.htm");
	addMSSubMenu("TopTnMenu","Top Ten Summary by LMSC","tt/lmsc/index.htm");
	addMSSubMenu("TopTnMenu","Top Ten Detail by LMSC","tt/det/index.htm");
	addMSSubMenu("TopTnMenu","Top Ten Names","nms/index.htm");
	addMSSubMenu("TopTnMenu","Top Ten by Birthyear","tt/ndx/index.htm");
	addMSSubMenu("TopTnMenu","Top Ten","tt/index.htm");
	addMSSubMenu("TopTnMenu","Top Ten Relays","tt/relays/index.htm");

	//Elite
	addMSMenu("EliteMenu", "Elite Swimmers", "","tt/aae/index.htm");
	addMSSubMenu("EliteMenu","All-Americans by Name","tt/aae/index.htm");
	addMSSubMenu("EliteMenu","All-Americans by Year","tt/aah/index.htm");
	addMSSubMenu("EliteMenu","All-Americans Ever by LMSC","lmsc/index.htm");
	addMSSubMenu("EliteMenu","All-Stars by Name","tt/ase/index.htm");
	addMSSubMenu("EliteMenu","All-Stars by Year","tt/ash/index.htm");
	addMSSubMenu("EliteMenu","#1 Swims","tt/aa/index.htm");
	addMSSubMenu("EliteMenu","USMS Records","records/usms/index.htm");
	addMSSubMenu("EliteMenu","FINA Masters World Records","records/fina/index.htm");

	//Hstry
	addMSMenu("HstryMenu", "History", "","hist/index.htm");
	addMSSubMenu("HstryMenu","History","hist/index.htm");
	addMSSubMenu("HstryMenu","Stories about Swimmers","sto/index.htm");
	addMSSubMenu("HstryMenu","Oral History","oralhist/index.htm");
	addMSSubMenu("HstryMenu","Clubs","clubs/index.htm");
	addMSSubMenu("HstryMenu","Photo Gallery","pix/index.htm");
	addMSSubMenu("HstryMenu","Remembering","remember/index.htm");
	addMSSubMenu("HstryMenu","Top Ten Search","http://www.usms.org/comp/ttswimmers.htm");
	addMSSubMenu("HstryMenu","Swimming Esthetics","esth/index.htm");

	//Admin
	addMSMenu("AdminMenu", "Administration", "","committee/index.htm");
	addMSSubMenu("AdminMenu","Archive Priorities","zone/index.htm");
	addMSSubMenu("AdminMenu","H&A Committee","committee/index.htm");
	addMSSubMenu("AdminMenu","Convention 2000","conv2000/index.htm");
	addMSSubMenu("AdminMenu","Analysis","tt/analysis/index.htm");
	addMSSubMenu("AdminMenu","Friends","cr/index.htm");
}
