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");



	//***** Add Standard menus *****
	//ProductsMenu		
	addMSMenu("ProductsMenu", "Hardware", "","csrhw.htm");

        //SupportMenu
	addMSMenu("SoftwareMenu", "Software", "","csrsw.htm");
	addMSSubMenu("SoftwareMenu","Gestionale Picam FX","areadescripicfx.htm");
	addMSSubMenuLine("SoftwareMenu");
	addMSSubMenu("SoftwareMenu","Primanota","presentazione/index.htm");
	addMSSubMenu("SoftwareMenu","Schede clienti per gommisti","areadescrigommi90.htm");
	addMSSubMenu("SoftwareMenu","Fatturazione/Parcelle prof.","fattura/index.htm");
	addMSSubMenu("SoftwareMenu","Fatturazione/Prev. aziende","areadescrifatturazione.htm");
	addMSSubMenu("SoftwareMenu","Fatturazione Autonoleggio","areadescriautonoleggio.htm");
	addMSSubMenu("SoftwareMenu","Esenzioni Bolli autoveicoli","areadescriesenzioni.htm");
	addMSSubMenu("SoftwareMenu","Distinta lavorazione carni","areadescrilavorazione.htm");
	addMSSubMenu("SoftwareMenu","Agenzie Immobiliari","immobil.htm");
	addMSSubMenu("SoftwareMenu","Menu' Albergo","areadescrivbmenu.htm");
	addMSSubMenu("SoftwareMenu","Preventivi Sanitaria","areadescrisanit.htm");
	addMSSubMenu("SoftwareMenu","Portafoglio investimenti","areadescrititoli.htm");
	addMSSubMenu("SoftwareMenu","Altri","csrsw.htm");

	addMSMenu("AssistenzaMenu", "Assistenza", "","csras.htm");					
	addMSSubMenu("AssistenzaMenu", "Supporto","sup.htm");					

	addMSMenu("LinksMenu", "Links", "","links.htm");

	addMSMenu("DownloadMenu","Download","","areadownload.htm");

        addMSMenu("CompraMenu", "Acquista OnLine", "","http://www.olidata.com/Prodotti_Vendita/Default.asp?KEV=C7112M0040");

        addMSMenu("CercaMenu", "Cerca(sul nostro sito)", "","http://www.computersystemrimini.it/search/search.html");

	addMSMenu("ContaMenu", "Contattaci", "","indirizz.htm");

}

