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("#FFEECC", "black", "red");

	// Customize toolbar background color
	setToolbarBGColor("FFEECC");

	// display default ICP Banner
	setICPBanner("assets/banner.gif","index.htm","qkw.com Home") ;
	
	// display MSCOM Banner
	setMSBanner("clear.gif","index.htm","domain Home") ;

	// display ADS
	//setAds("assets/ad.gif","","") ;

	//***** Add Standard Microsoft.com menus *****

	//MartCounty
	addMSMenu("MartCountyMenu", "Martin County", "","martincounty.htm");
	addMSSubMenu("MartCountyMenu","Help","help.htm");

	//PlmBCounty
	addMSMenu("PlmBCountyMenu", "Palm Beach County", "","palmbeachcounty.htm");
	addMSSubMenu("PlmBCountyMenu","Help","help.htm");
	addMSSubMenu("PlmBCountyMenu","PBC Equal Opportunity","pbcofficeequalopportunity.htm");
	addMSSubMenu("PlmBCountyMenu","Workforce Development","workforcedevelopmentctrs.htm");
	addMSSubMenu("PlmBCountyMenu","PBC Services for Children & Families","familychildrenservicespbc.htm");
	addMSSubMenu("PlmBCountyMenu","PBC Neighborhood Partnerships","pbcneighborhoodpgrant.htm");
	addMSSubMenu("PlmBCountyMenu","Delray Beach","delraybeach.htm");
	addMSSubMenu("PlmBCountyMenu","PBC Empowerment","pbcempowerment.htm");
	addMSSubMenu("PlmBCountyMenu","Anti-Defamation League","palmbeachcounty.htm");
	addMSSubMenu("PlmBCountyMenu","The American Jewish Committe","palmbeachcounty.htm");
	addMSSubMenu("PlmBCountyMenu","PBC Urban League","pbcurbanleaguepresident.htm");
	addMSSubMenu("PlmBCountyMenu","Guatemalan-Mayan","guatemalanmayanmulticult.htm");
	addMSSubMenu("PlmBCountyMenu","Glades Artisans","gladesartisans.htm");

	//BrowCounty
	addMSMenu("BrowCountyMenu", "Broward County", "","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Help","help.htm");
	addMSSubMenu("BrowCountyMenu","American Bangladeshi Community","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Amigos Hispanos","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Anti-Defamation League","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Asian American Federation of Florida","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Broward County School District Office of Diversity and Cultural Outreach","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Broward Sheriff's Office","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Community Foundation of Broward","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Darul Uloom Islamic Institute and Mosque","http://www.alhikmat.com");
	addMSSubMenu("BrowCountyMenu","Gay & Lesbian Community Center","http://www.glccftl.org/");
	addMSSubMenu("BrowCountyMenu","Hispanic Unity","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Minority Development & Empowerment Inc./ Haitian Community Center","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","NAACP - Ft. Lauderdale Branch","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","The Jewish Federation of Broward County","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","NCCJ Broward/South Palm Beach","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","the non-violence project","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","United Way of Broward County","browardcounty.htm");
	addMSSubMenu("BrowCountyMenu","Urban League","browardcounty.htm");

	//DadeCounty
	addMSMenu("DadeCountyMenu", "Dade County", "","dadecounty.htm");
	addMSSubMenu("DadeCountyMenu","Help","help.htm");

	//NationalWW
	addMSMenu("NationalWWMenu", "National", "","nationalorgs.htm");
}
