var fDesc=new Array(); fDesc[0] = "PreEmptive Analytics for Team Foundation Server monitors incidents from applications deployed in production (web, desktop, mobile, cloud) and automatically creates work items within TFS, via rules and thresholds that you create. You learn about an issue as soon as it happens. Based on your rules, you can be alerted for immediate action or add the issue to your backlog, appropriately prioritized. All of this can be done with little or no coding, and minimal setup."; 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 = ''; } }