var fDesc=new Array(); fDesc[0] = "DynoCompute X is an advanced dynamometer software. This software can be installed and used with Dynocom's DC-Controller on either a desktop, notebook, or tablet PC. The program provides fully customizable "gauge view" templates with controls auto alignment and sizing features. Each control can be customized in appearance, data range, data filtering and data scaling/units. All data can be saved to either a common database or file for future tests and analysis. Customizable printed reports and display screens give users the ability to tailor the look ad feel to suit their individual needs. The reports can be exported to standard file formats or printed in color and/or black&white."; 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 = ''; } }