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("#000000", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display default ICP Banner
	setICPBanner("/imagps/titlebar.gif","/index.htm","Total JavaScripts 2000") ;
	
	// display MSCOM Banner
	setMSBanner("nextsteplogo.gif","/about.htm","About This Product") ;

	// display ADS
	//setAds("/images/nextsteplogo.gif","","") ;

	//***** Add Standard Microsoft.com menus *****
	//ProductsMenu		
	addMSMenu("ProductsMenu", "New Products", "","/products/products.htm");
	addMSSubMenu("ProductsMenu","Total Fonts 2000","/products/_fonts2000.htm");
	addMSSubMenu("ProductsMenu","Screensavers 2000","/products/_savers2000.htm");
	addMSSubMenuLine("ProductsMenu");
	addMSSubMenu("ProductsMenu","Desktop Utilities 2000","/products/_totalutilties2000.htm");
	addMSSubMenu("ProductsMenu","Internet Utilities 2000","/products/_internetutilties.htm");
	addMSSubMenu("ProductsMenu","MP3 Studio 2000","/products/_mp3studio.htm");
	addMSSubMenuLine("ProductsMenu");
	addMSSubMenu("ProductsMenu","Total Arcade 2000","/products/_arcade2000.htm");
	addMSSubMenu("ProductsMenu","Total Casino 2000","/products/casino2000.htm");
	addMSSubMenu("ProductsMenu","Total Games 2000","/products/totalgames2000.htm");
	addMSSubMenu("ProductsMenu","Total Kid Games 2000","/products/totalkidgames2000.htm");

	//SupportMenu
	addMSMenu("SupportMenu", "Support", "","/index.htm");

	//SearchMenu
	addMSMenu("SearchMenu", "Search","","/xsearch-5.0/search.htm");			

	//MicrosoftMenu									
	addMSMenu("UtilitiesMenu", "System Tools", "","/Archive/virus/index.htm");
	addMSSubMenu("UtilitiesMenu","Free Internet Service","/freelane.htm");
	addMSSubMenuLine("UtilitiesMenu");
	addMSSubMenu("UtilitiesMenu","Antivirus","/Archive/virus/index.htm");
	addMSSubMenu("UtilitiesMenu","FTP Clients","/Archive/FtpClients/index.htm");
	addMSSubMenu("UtilitiesMenu","Registry Editors","/Archive/registryeditors/index.htm");
	addMSSubMenu("UtilitiesMenu","Shell Utilities","/Archive/shellutilities/index.htm");
	addMSSubMenu("UtilitiesMenu","Uninstallers","/Archive/uninstallers/index.htm");
	addMSSubMenu("UtilitiesMenu","VBRuntime Files","/Archive/vbrunfiles/index.htm");
	addMSSubMenu("UtilitiesMenu","Zip Utilities","/Archive/filezipping/index.htm");
}
