var fDesc=new Array(); fDesc[0] = "Backup to Ftp Server is an application that will help you compress and backup your data to local directory and remote computer or device using FTP connection. It is a practical remote backup destination as it allows you to store important files offsite. Backup to Ftp Server can be considered as an additional protection against data loss as the result of hardware failure or other disasters."; 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 = ''; } }