var fDesc=new Array(); fDesc[0] = "WinKonVis is a configuration program for PSG single loop and multi loop controllers of series sysTemp, hot runner control cabinet of series HR & HRD, HRS, mobile cascade control, and direct tool tempering. It has a user-friendly interface with graphical recording functions and project oriented data management. You can also make use of WinKonVis Server for indirect communication via Ethernet/DFU."; 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 = ''; } }