var fDesc=new Array(); fDesc[0] = "PC-DSOFT6 is the DirectLOGIC PLC programming package, with a host of features that make it easier to program your PLC. It supports full-featured 32-bit Windows-based programming for all six DirectLOGIC PLC families, including all DL05s, DL06s, DL105s, DL205 CPUs, DL305 CPUs, DL405 CPUs, and most of their Koyo cousins. The software supports a wide array of online/off-line programming and documentation features."; 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 = ''; } }