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("CFAB00", "BLACK", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	//***** Add Standard Microsoft.com menus *****
	//ProductsMenu		
	addMSMenu("DeptMenu", "Services", "","");
	addMSSubMenu("DeptMenu","Adult Day Care ","http://www.chc.net/AdultDayCare");
	addMSSubMenu("DeptMenu","Bluegrass Outpatient ","http://www.chc.net/bluegrassoutpatient");
	addMSSubMenu("DeptMenu","CFR/Online Bill Pay","http://www.chc.net/CFR/");
	addMSSubMenu("DeptMenu","Commonwealth Health Foundation","http://www.chfbg.com");
	addMSSubMenu("DeptMenu", "Corpcare", "http://www.chc.net/Corpcare/");
	addMSSubMenu("DeptMenu", "ENT of Bowling Green", "http://www.entbg.net");
	addMSSubMenu("DeptMenu","Free Clinic","http://www.chc.net/Freeclinic/");
	addMSSubMenu("DeptMenu","Guardian Angel","http://www.chc.net/guardianangel/");
	addMSSubMenu("DeptMenu","Hillcrest Credit Agency","http://www.chc.net/hillcrestcreditagency/");
	addMSSubMenu("DeptMenu","Quick Care Clinic","http://www.quickcareclinic.org");
	addMSSubMenu("DeptMenu", "Scottsville Medical Plaza", "http://www.themedicalcenterscottsville.org/");
	addMSSubMenu("DeptMenu","Urgentcare","http://www.chc.net/Urgentcare/");
	addMSSubMenu("DeptMenu","Women's Health Specialists","http://www.chc.net/womenshealthspecialists/")

	//LinksMenu
	addMSMenu("LinksMenu", "Links", "","");
	addMSSubMenu("LinksMenu", "The Medical Center", "http://www.themedicalcenter.org/");
	addMSSubMenu("LinksMenu", "The Medical Center Franklin", "http://www.themedicalcenterfranklin.org/");
	addMSSubMenu("LinksMenu", "The Medical Center (Scottsville)", "http://www.themedicalcenterscottsville.org/");
	addMSSubMenu("LinksMenu","Center Care","http://www.Centercare.com/");
	addMSSubMenuLine("LinksMenu");
	addMSSubMenu("LinksMenu","City of Bowling Green","http://www.bgky.org");

	//MicrosoftMenu									
	addMSMenu("MCBGMenu", "Information", "","");
	addMSSubMenu("MCBGMenu","Home","http://www.chc.net/");
	addMSSubMenu("MCBGMenu","President's Letter","http://www.chc.net/presidentsletter/");
	addMSSubMenu("MCBGMenu", "Calendar of Events", "http://reg.abcsignup.com/view/view_month.aspx?as=5&aid=TMCBG&wp=188");
	addMSSubMenuLine("MCBGMenu");
	addMSSubMenu("MCBGMenu","Contact Us","http://www.chc.net/Contact/");
	addMSSubMenu("MCBGMenu","Employment Opportunities","http://www.chc.net/employment/");
	
}
