var fDesc=new Array(); fDesc[0] = "DIGIwinXL is a simulation program for digital circuits, which can control external devices via an interface. The circuits are drawn on-screen using standardized components, and the function can then be tested. During the test, the signal levels of all lines are displayed or observed as a time chart or table of values with up to 8 channels. The circuit and timing diagram can be labelled and printed."; 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 = ''; } }