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("#003399", "#ffffff", "#cc0000");

// Customize toolbar background color
setToolbarBGColor("#ffffff");

// display ICP Banner
setICPBanner("/presspass/images/banner.jpg","/presspass/","PressPass  Home") ;
	
//***** Add ICP menus *****
//Home
addICPMenu("HomeMenu", "PressPass Home", "","/isapi/gomscom.asp?target=/presspass/");
	
//Press Releases
addICPMenu("ReleaseMenu", "Press Releases", "", "/isapi/gomscom.asp?target=/presspass/todaynews.htm");
addICPSubMenu("ReleaseMenu", "New Press Releases", "/isapi/gomscom.asp?target=/presspass/todaynews.htm");
addICPSubMenu("ReleaseMenu", "Search Press Releases","/isapi/gosearch.asp?target=/us/corpinfo/press/default.asp");
addICPSubMenu("ReleaseMenu", "Search by Month","/isapi/gosearch.asp?target=/us/corpinfo/press/default.asp");
		
//Subscribe
addICPMenu("SubscribeMenu", "Subscribe", "","/isapi/goregwiz.asp?target=/regwiz/wiz431.asp");
addICPSubMenu("SubscribeMenu", "Subscribe", "/isapi/goregwiz.asp?target=/regwiz/wiz431.asp");
addICPSubMenu("SubscribeMenu", "PressPass Newsletter","/isapi/goregwiz.asp?target=/regwiz/wiz431.asp");
addICPSubMenu("SubscribeMenu", "Manage Your Profile","/isapi/goregwiz.asp?target=/regwiz/forms/Pic.asp");
addICPSubMenu("SubscribeMenu", "Privacy &amp; Security","/isapi/gomscom.asp?target=/info/privacy_security.htm");
	
//Legal Archive
addICPMenu("ArchiveMenu", "Legal Issues", "","/isapi/gomscom.asp?target=/presspass/doj/doj.htm");
addICPSubMenu("ArchiveMenu", "Legal Issues  Menu", "/isapi/gomscom.asp?target=/presspass/doj/doj.htm");
addICPSubMenu("ArchiveMenu", "Antitrust Trial News","/isapi/gomscom.asp?target=/presspass/trial/");
addICPSubMenu("ArchiveMenu", "Antitrust Chronology","/isapi/gomscom.asp?target=/presspass/doj/timeline.htm");
addICPSubMenu("ArchiveMenu", "Index of Legal Documents","/isapi/gomscom.asp?target=/presspass/doj/library.htm");
addICPSubMenu("ArchiveMenu", "Antitrust Papers","/isapi/gomscom.asp?target=/presspass/doj/background.htm");
addICPSubMenu("ArchiveMenu", "--------------------------"," ");
addICPSubMenu("ArchiveMenu", "Sun Microsystems", "/isapi/gomscom.asp?target=/presspass/java/java.htm");


//About Microsoft
addICPMenu("MicrosoftMenu", "About Microsoft", "","/isapi/gomscom.asp?target=/presspass/inside_ms.htm");
addICPSubMenu("MicrosoftMenu","About Microsoft", "/isapi/gomscom.asp?target=/presspass/inside_ms.htm");
addICPSubMenu("MicrosoftMenu", "Fast Facts","/isapi/gomscom.asp?target=/presspass/fastfacts.htm");
addICPSubMenu("MicrosoftMenu", "Executives &amp; Speeches","/isapi/gomscom.asp?target=/presspass/exec.htm");
addICPSubMenu("MicrosoftMenu", "Corporate Profile","/isapi/gomscom.asp?target=/presspass/corpprof.htm");
addICPSubMenu("MicrosoftMenu", "Microsoft Essays","/isapi/gomscom.asp?target=/presspass/issues/");
addICPSubMenu("MicrosoftMenu", "--------------------------"," ");
addICPSubMenu("MicrosoftMenu", "Integration &amp; Innovation","/isapi/gomscom.asp?target=/innovation/");
addICPSubMenu("MicrosoftMenu", "Economic Impact","/isapi/gomscom.asp?target=/statefacts/");
addICPSubMenu("MicrosoftMenu", "Microsoft Museum","/isapi/gomscom.asp?target=/museum/home.asp");
addICPSubMenu("MicrosoftMenu", "Photo Gallery","/isapi/gomscom.asp?target=/presspass/gallery.htm");

}

