var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= true;

	// Customize default MS menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("#330099", "white", "red");

	// Customize toolbar background color
	//setToolbarBGColor("white");

	// display default ICP Banner
	
	// display ADS
	//setAds("/library/toolbar/images/ADS/ad.gif","","") ;

	//***** Add Standard menus *****
	//ProductsMenu		
	addMSMenu("ProductsMenu", "Galileo", "","http://www.ipoint2000.net/galileo");
	addMSSubMenu("ProductsMenu","Libri","http://www.ipoint2000.net/galileo/libri");
	addMSSubMenu("ProductsMenu","DHTML store","http://www.ipoint2000.net/galileo/dhtml");
	addMSSubMenu("ProductsMenu","Mercatino","http://www.ipoint2000.net/galileo/mercatino");
	addMSSubMenuLine("ProductsMenu");
	addMSSubMenu("ProductsMenu","Internet &amp; BBS","http://www.ipoint2000.net/canali/internet");
	addMSSubMenu("ProductsMenu","iPoint2000","http://www.ipoint2000.net");
	addMSSubMenu("ProductsMenu","ASP-it","http://www.asp-it.com");
	addMSSubMenu("ProductsMenu","Programmi-it","http://www.programmi-it.com");
	addMSSubMenu("ProductsMenu","Betatester","http://betatester.tin.it");
        addMSSubMenu("ProductsMenu","Curiosità","http://ctwebservice.com/curiosare");
        addMSSubMenuLine("ProductsMenu");
        addMSSubMenu("ProductsMenu","DSB","http://www.digibit.com/dsb");
	addMSSubMenu("ProductsMenu","PcSelf","http://www.pcself.com");

        //SupportMenu
	addMSMenu("SupportMenu", "Mailing list", "","http://www.ipoint2000.net/galileo/mailing");
	addMSSubMenu("SupportMenu","Una demo DHTML","http://www.ipoint2000.net/galileo/mailing/1dhtml.htm");
	addMSSubMenu("SupportMenu","Newsletter","http://www.ipoint2000.net/galileo/mailing/newsletter.htm");
	addMSSubMenu("SupportMenu","Un sito al giorno","http://www.ipoint2000.net/galileo/mailing/1sito.htm");

	//SearchMenu
	addMSMenu("SearchMenu", "Altro", "","http://members.exploit.it/abbate");					
	addMSSubMenu("SearchMenu","Abbate","http://members.exploit.it/abbate");


	//MicrosoftMenu									
	addMSMenu("MicrosoftMenu", "Radio con Ie 5.0", "","");
	addMSSubMenu("MicrosoftMenu","Radio 101","vnd.ms.radio:mms://netshow.galactica.it/Radio101");
	addMSSubMenu("MicrosoftMenu","Radio 105","vnd.ms.radio:mms://radio105.unisource.it/live105");
	addMSSubMenu("MicrosoftMenu","Dimensione Suono","vnd.ms.radio:http://www.rds.it/netshow/rds.asx");
        addMSSubMenu("MicrosoftMenu","Rtl 102.5","vnd.ms.radio:mms://193.76.115.144/RTL102_5");
        addMSSubMenuLine("MicrosoftMenu");
        addMSSubMenu("MicrosoftMenu","Megamix96","vnd.ms.radio:http://netshow.wl.net/live/megamix96.asx");

	//Lock MSMenu so that ICP can't add make changes to it
	//Lock("addMSMenu");
}

