var fDesc=new Array(); fDesc[0] = "BackupSF3 is an application that allows you to backup all you important data. The software enables backing up both site files via FTP and its MySql database, you can also You can upload the files back to the server via FTP using any FTP client and restore the database by means of import in PhpMyAdmin."; 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 = ''; } }