var fDesc=new Array(); fDesc[0] = "Citrix Diagnostics Toolkit is a rapid deployment platform that delivers a suite of tools and options in an easy to use structured format that closely resembles the look and feel of any standard Windows application, even though each tool is an independent standalone application. It allows you to quickly and effectively configure multi-vector data collection and integrate third party tools for more robust and comprehensive debugging sessions."; 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 = ''; } }