var fDesc=new Array(); fDesc[0] = "Infragistics Developer Tools is a handy developer toolkit. It can display charts with hundreds of thousands of data points with real-time motion framework animated updates. As well as help you deliver the best HTML5 applications across every browser, platform, and device with the speed and responsiveness of jQuery controls."; 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 = ''; } }