var fDesc=new Array(); fDesc[0] = "ReportGenerator is a feature-rich application, written specifically to address the many shortcomings of both Vicon Clinical Manager, Polygon and many other C3D reporting tools, ReportGenerator creates reports that print directly on any printer supported by Windows, exported as bitmap (.BMP) files to almost any document or application and fully supports copy and paste into applications such as Word etc."; 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 = ''; } }