var fDesc=new Array(); fDesc[0] = "The Enigma Protector is a professional software distribution system with hacking protection and licensing features. It lets you protect your software applications from illegal copying, modification, and analysis. A variety of file formats are supported including 32- and 64-bit executables (EXE, SRC, DLL, OCX, BPL) and .NET files created using Windows IDEs such as such as MS Visual Studio C#/C /VB/VB.NET, Borland Delphi/ C, and FreePascal."; 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 = ''; } }