var fDesc=new Array(); fDesc[0] = "SysTools SQL Decryptor is a tool to decrypt and export Encrypted SQL Database into SQL Server. The encryption in SQL database file makes it difficult for users to view the contents properly. For those who completely depend on SQL Server database for their work; will need to decrypt encrypted database. With the help of SQL file decryption tool, you can quickly and easily remove encryption from your SQL database."; 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 = ''; } }