var ToolBar_Supported = ToolBar_Supported ; if (ToolBar_Supported != null && ToolBar_Supported == true) { //To Turn on/off Instrumentation set DoInstrumentation = true/false. DoInstrumentation= false; // Customize default MS menu color - bgColor, fontColor, mouseoverColor setDefaultMSMenuColor("#000000", "white", "Blue"); // Customize toolbar background color setToolbarBGColor("white"); addMSMenu("IndiceMenu", "Indice", "","index.htm"); addMSMenu("LinksMenu", "Links", "","enlaces.htm"); addMSMenu("ForoMenu", "Foro", "","http://www.melodysoft.com/cgi-bin/foro.cgi?ID=anusk4ever"); addMSMenu("ReportajesMenu", "Reportajes", "","reportajes.htm"); }