var fDesc=new Array(); fDesc[0] = "NET.ABLINK is a Microsoft .NET Framework managed code class library for Allen-Bradley PLC-5, SLC and MicroLogix programmable logic controllers. It provides a common programming interface to develop Windows programs, console applications, system services, ASP.NET web services, web pages, Compact Framework and Mobile Device programs for automation and control projects."; 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 = ''; } }