var fDesc=new Array(); fDesc[0] = "LVDAC-EMS is a free program that can handle the firmware upgrade and downgrade if necessary for both 9063 Data Acquisition and Control Interface and 8960 Four-Quadrant Dynamometer/Power Supply. It also enables you to make the language and units configuration for all 8960-2x (including 8960-Bx) available in Four-Quadrant Dynamometer/Power Supply."; 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 = ''; } }