var fDesc=new Array(); fDesc[0] = "CESVA Capture Studio is a program that allows you to configure all the parameters of the SFT030 instrument on just one screen, retrieve and display data from the instrument in real time. It provides you with a convenient, easy-to-use environment for obtaining, in digital format, data acquired by the instrument."; 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 = ''; } }