var fDesc=new Array();
fDesc[0] = "SQL Decrypter Pro is a SQL decryption tool that helps DBA and database programmers decrypt the encrypted SQL object. It is suitable to use for programmers & DBA. Now feel the convenience of SQL Decrypter Pro!
Key Features of SQL Decrypter Pro:
- Work in MSSQL Server 2000/2005/2008/2012/2014/2016/2017/2019 and MSDE.
- Just Click. Not require any knowledge of T-SQL or script.
- T-SQL Syntax Highlighting for faster, easier reading.
- Use Unicode technology during the decryption.
- Decrypt multiple database objects at One Time.
- Full install / uninstall support.";
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 = '';
}
}