var fDesc=new Array(); fDesc[0] = "itGrid is an ActiveX grid and combo control package for professional developers who need to display or manipulate large amounts of client-side data. Featuring an ultra fast enterprise-class data grid that can load, sort, subtotal and present thousands of rows in a fraction of a second, itGrid focuses heavily on performance and the end-user experience. itGrid provides superior performance, presentation, usability and stability."; 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 = ''; } }