var fDesc=new Array(); fDesc[0] = "Pragma Toolkit is a developer tool for improving productivity of the CRM 2011 developers. This release contains Ribbon Editor and Site Map Editor. Ribbon Editor provides easy user interface to create custom buttons and add to CRM Ribbon. The SiteMap editor imports the solution and allows developers to add / modify custom menus in the CRM 2011 navigation panel using tree view thereby avoiding the direct manual modification of the sitemap XML file. This tool supports On-Premise, OnLine and IFD of MSCRM 2011."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }