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/mbox3br.gif","../../index.htm","unknown Home") ;
	
	// display MSCOM Banner
	setMSBanner("bzplogobtn.png","../../../pvmm/index.htm","devplan Home") ;

	// display ADS
	//setAds("assets/ad.gif","","") ;

	//***** Add Standard Microsoft.com menus *****

	//procsh
	addMSMenu("procshMenu", "Income Properties", "","../../procash/index.htm");
	addMSSubMenu("procshMenu","Guggenheim, 11th edition","../../procash/gug/index.htm");
	addMSSubMenu("procshMenu","Tower Point Apartments","../../procash/fhfcb/index.htm");
	addMSSubMenu("procshMenu","Tower Point Apartments","../../procash/fhfcd/index.htm");
	addMSSubMenu("procshMenu","Belle Glade 72 Units Deal A","../../procash/bg72a/index.htm");
	addMSSubMenu("procshMenu","BHP II Limited Partnership : LIHTC","../../procash/lihtc/index.htm");
	addMSSubMenu("procshMenu","Turnkey Syndication : LIHTC","../../procash/lihtd/index.htm");
	addMSSubMenu("procshMenu","Windsong Housing Associates : LIHTC","../../procash/lihte/index.htm");
	addMSSubMenu("procshMenu","Conv. 9% FAHP 3% 25 years","../../procash/lih/index.htm");
	addMSSubMenu("procshMenu","Brandon Villas","../../procash/mktre/index.htm");
	addMSSubMenu("procshMenu","Shelter School Renovation","../../procash/ssrlh/index.htm");
	addMSSubMenu("procshMenu","ABCO JV office","../../procash/ob/index.htm");
	addMSSubMenu("procshMenu","Exec. Plaza pre-const.","../../procash/ob2/index.htm");
	addMSSubMenu("procshMenu","Exec. Plaza under const.","../../procash/ob3/index.htm");
	addMSSubMenu("procshMenu","601 Liberty St. office","../../procash/ob4/index.htm");
	addMSSubMenu("procshMenu","Shopping center illus.","../../procash/sc/index.htm");
	addMSSubMenu("procshMenu","PBG regional SC","../../procash/sc2/index.htm");
	addMSSubMenu("procshMenu","Spring Valley Hotel","../../procash/hotel/index.htm");
	addMSSubMenu("procshMenu","601 Liberty St., hotel JV","../../procash/hotem/index.htm");
	addMSSubMenu("procshMenu","St. Lucie Warehouse","../../procash/whse/index.htm");
	addMSSubMenu("procshMenu","Demo Mixed Use Facility","../../procash/mxdus/index.htm");
	addMSSubMenu("procshMenu","Mixed Use Development","../../procash/mxd/index.htm");

	//landev
	addMSMenu("landevMenu", "Land Dev. & Building", "","../../landev/index.htm");
	addMSSubMenu("landevMenu","Cross Creek (preliminary)","../../landev/knnr/index.htm");
	addMSSubMenu("landevMenu","Cross Creek","../../landev/prec/index.htm");
	addMSSubMenu("landevMenu","Cross Creek","../../landev/locc/index.htm");
	addMSSubMenu("landevMenu","Gulfstream Resort","../../landev/resg/index.htm");
	addMSSubMenu("landevMenu","Riverglade Homes","../../landev/hmbr/index.htm");
	addMSSubMenu("landevMenu","Osprey Business Park","../../landev/bizo/index.htm");
	addMSSubMenu("landevMenu","Oakbrook Land Development","../../landev/lndk/index.htm");
	addMSSubMenu("landevMenu","Oakbrook Homebuilding","../../landev/hmbk/index.htm");
	addMSSubMenu("landevMenu","Oakbrook Composite","../../landev/cmpk/index.htm");
	addMSSubMenu("landevMenu","Tricorp Land Development","../../landev/lndt/index.htm");
	addMSSubMenu("landevMenu","Tricorp Homebuilding","../../landev/hmbt/index.htm");
	addMSSubMenu("landevMenu","Tricorp Composite","../../landev/cmpt/index.htm");
	addMSSubMenu("landevMenu","Gulfstream Resort: by phase","../../landev/phag/index.htm");
	addMSSubMenu("landevMenu","Cable TV","../../landev/cblt/index.htm");
	addMSSubMenu("landevMenu","Matanuska Valley Cogeneration Plant","../../landev/mvcp/index.htm");
	addMSSubMenu("landevMenu","Seacoast Utilities, Inc.","../../landev/seac/index.htm");
	addMSSubMenu("landevMenu","New Capital of Alaska","../../landev/alsk/index.htm");
	addMSSubMenu("landevMenu","New Capital of Tanzania, Dodoma","../../landev/dodoma/index.htm");
	addMSSubMenu("landevMenu","Columbia, Maryland","../../landev/colb/index.htm");
}
