var fDesc=new Array(); fDesc[0] = "UNIMET 800ST - Control Center is a software application that allows you to transfer to pc the test specifications and device protocols via the RS-232 interface. For recurrent tests, such data stored in the computer is transferred back to the Unimet 800ST. The application can also be used for possible subsequent updates of the internal operating software on the test system"; 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 = ''; } }