var fDesc=new Array(); fDesc[0] = "SQL Backup And FTP is MS SQL Server backup utility that runs scheduled backups (full, differential or transaction log) of SQL Server or SQL Server Express databases, runs file/folder backup, zips and encrypts the backups, stores them on a network or on an FTP server or in the cloud, removes old backups, and sends an e-mail confirmation on the job's success or failure."; 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 = ''; } }