var fDesc=new Array(); fDesc[0] = "It has always been our challenge to make DASYLab easy-to-use - now you have a chance to find out whether we've succeeded. Even most sophisticated acquisition and control tasks can be solved with DASYLab quickly and without any additional programming. Simply insert the appropriate module symbols into the worksheet and connect them by wires - all this with no more than a few mouse clicks. The module symbols represent inputs or outputs, display instruments or any of the many operations provided by the program; the data channels represent the signal flow."; 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 = ''; } }