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("#99CCFF", "white", "red");
	
	// Customize toolbar background color
	//setToolbarBGColor("white");
	setBannerColor("#0065ce", "#0065ce", "white", "red");

	// display ICP Banner
	setICPBanner("logo2.gif","index.htm?target=/","Digital Home") ;
	
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "Home","index.htm?target=main");
	
	//Digital Team
	addICPMenu("EventsMenu", "Feedback", "","feedback/feedback.asp?target=main");
	//addICPSubMenu("EventsMenu","Training & Certification","/isapi/gomscom.asp?target=/trainingandservices/");
	//addICPSubMenu("EventsMenu","Events","/isapi/gomscom.asp?target=/usa/events/");
 
	//Subscribe
	addICPMenu("SubscribeMenu", "Contact", "","man/contact.htm?target=main");
	//addICPSubMenu("SubscribeMenu","Newsletters","http://register.microsoft.com/regsys/decisionpoint.asp?FU=http://register.microsoft.com/regsys/pic.asp");
	//addICPSubMenu("SubscribeMenu","Free E-Mail Account","http://www.hotmail.com/");
	//addICPSubMenu("SubscribeMenu","Messenger Service","http://messenger.msn.com/");
	//addICPSubMenu("SubscribeMenu","Manage Your Profile","http://register.microsoft.com/regsys/decisionpoint.asp?FU=http://register.microsoft.com/regsys/pic.asp");
	
	//About Microsoft
	addICPMenu("MicrosoftMenu", "About Us", "","about/about.htm?target=main");
	//addICPSubMenu("MicrosoftMenu","Company Overview","/isapi/gomscom.asp?target=/mscorp/");
	//addICPSubMenu("MicrosoftMenu","Inside Our Site","/isapi/gomscom.asp?target=/backstage/");
	//addICPSubMenu("MicrosoftMenu","Freedom to Innovate","/isapi/gomscom.asp?target=/freedomtoinnovate/");

	//Downloads
	addICPMenu("DownloadMenu", "Intranet", "","intranet/index.htm?target=main");
	//addICPSubMenu("DownloadMenu","Add New Guests","guests/new_guest.asp?target=main");
	//addICPSubMenu("DownloadMenu","Search Guests","guests/search_guest.asp?main");
	//addICPSubMenu("DownloadMenu","Guests Report","guests/reports.asp?target=main");
	//addICPSubMenu("DownloadMenu","Accounts","guests/accounts.asp.asp?target=main");
	//addICPSubMenu("DownloadMenu","Contact Reports","guests/reports_contacts.asp");
	//addICPSubMenu("DownloadMenu","Sales Reports","guests/reports_sales.asp");

	//International
	//addICPMenu("InternationalMenu", "Sales Guide", "","sales/sales_guide/index.htm?target=main");
	//addICPSubMenu("InternationalMenu","Microsoft.com Worldwide","/isapi/gomscom.asp?target=/worldwide/");
	//addICPSubMenu("InternationalMenu","US Sites & Offices","/isapi/gomscom.asp?target=/usa/");
	//addICPSubMenu("InternationalMenu","MSN Worldwide","http://www.msn.com/wwcon/intl_map.asp");

	//MSN.COM
	//addICPMenu("MSNMenu", "Class Schedules", "","courses/schedule.asp?target=main");
	//addICPSubMenu("MSNMenu","Daily Views","courses/viewday.asp?target=main");
	//addICPSubMenu("MSNMenu","Add New Class","courses/newclass.asp?target=main");
	//addICPSubMenu("MSNMenu","Weekly View","courses/viewweek.asp?target=main");
	//addICPSubMenu("MSNMenu","Advanced Search/Updates","courses/viewclass.asp?target=main");
	//addICPSubMenu("MSNMenu","Add Update Instructors","instructors/new_inst.asp?target=main");
	//addICPSubMenu("MSNMenu","Sales Schedule View","courses/viewsales.asp?target=main");
	//addICPSubMenu("MSNMenu","Instructors Schedule","instructors/inst_report.asp?target=main");

	//MSN.COM
	//addICPMenu("MSN", "Workforce Investment", "","guests/index1.asp?target=main");
	
	//MSN.COM
	//addICPMenu("MSNMen", "Change Password", "","newpassword.asp?target=main");
	
	//MSN.COM
	//addICPMenu("MSNMe", "Check Email", "","http://mail.digital2100.com:8383");

	//MSN.COM
	//addICPMenu("MSNM", "Log Out", "","logout.asp?target=main");
	
	
}
