var fDesc=new Array(); fDesc[0] = ".netshrink is an executable compressor and DLL binder for .NET applications. It uses LZMA compression library and can decrease your file size even by 50%. With .netshrink you can also bind multiple DLL libraries to the output file so you can redistribute your application as a standalone file. It can also protect your files with a password. Password protection uses verification based on SHA256 hash function and 256 bit AES / Rijndael encryption."; 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 = ''; } }