var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
setDefaultICPMenuColor( "ffcc66","330099","000000");
	// Customize toolbar background color
	setToolbarBGColor("white");

        setICPBanner("mdlogo.gif","default.asp","Main Page");
       	//***** Add ICP menus *****
        //Dentalonline
//addICPMenu("","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&//nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp//;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","","");		
       addICPMenu("Dentistoffice","Software","","dentalonline_software.asp");
       addICPMenu("Dentistoffice","DentalOffice Sales","","comingsoon.asp?cat=dentistsoffice-officesales");   

     addICPMenu("Dentistoffice","Legal services","","dentistsoffice.asp?officecat=Legal Malpractice");
        addICPMenu("Dentistoffice","Marketing","","dentistsoffice.asp?officecat=Marketing");
        addICPMenu("Dentistoffice","ManagementServices","","dentistsoffice.asp?officecat=Practice Management Services");
        addICPMenu("Dentistoffice","Products & Equipment","","dentistsoffice.asp?officecat=proequ");
}
