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("calogo_rtborder.gif","http://www.childabuse.com/","childabuse.com Home") ;
	
	// display MSCOM Banner
	setMSBanner("calogo_rtborder.gif","http://www.childabuse.com/","childabuse.com Home") ;

	// display ADS
	setAds("http://www.childabuse.com/images/sexlogo_small.GIF","http://www.sexoffender.com/","sexoffender.com check for child molesters in your area") ;
	//***** Add Standard Microsoft.com menus *****
	//ProductsMenu		
	addMSMenu("ProductsMenu", "About Childabuse.com", "","http://www.childabuse.com/about.htm");
	addMSSubMenu("ProductsMenu", "About Childabuse.com","http://www.childabuse.com/about.htm");
	addMSSubMenu("ProductsMenu", "Arctic Originals<BR>&nbsp;our parent company","http://www.childabuse.com/about.htm");
	
	//SupportMenu
	addMSMenu("SupportMenu", "Site Index", "","http://www.childabuse.com/sitemap.html");
	addMSSubMenu("SupportMenu","Site Index","http://www.childabuse.com/sitemap.html");
	addMSSubMenu("SupportMenu", "Contact Child Abuse","http://www.childabuse.com/contact.html");
	
	//SearchMenu
	addMSMenu("SearchMenu", "Mission", "","http://www.childabuse.com/camision.htm");					
	addMSSubMenu("SearchMenu", "Childabuse.com Mission","http://www.childabuse.com/camision.htm");

	//MicrosoftMenu									
	addMSMenu("MicrosoftMenu", "Childabuse home", "","http://www.childabuse.com/index.html");
	addMSSubMenu("MicrosoftMenu", "Childabuse home","http://www.childabuse.com/index.html");
	
}
