var fDesc=new Array(); fDesc[0] = "IPScom M-3300 Series (S-3300) is a IPScom communications software application. This specific one was especially designed for M-3311A 2/3/4 Winding and it also includes DotNetFX Runtime Library. This application enables you to connect to serial ports, modems or TCP/IP."; 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 = ''; } }