var fDesc=new Array(); fDesc[0] = "InstaBackup is very useful software for backing up and protecting valuable data. This software simplifies the process of data backup and is a powerful solution for both business and personal needs. It can also be used both in a networking environment and on a single machine. Although the software is easy to use, a number of advanced options such as Full / Incremental backups, strong File Encryption, and Zip Compression are also available. The software has a simple graphical user interface, requires no prior knowledge of data backup, and is a comprehensive data protection solution for all Windows File Systems. Key Features: Built in Scheduler to automate the data backup process (It is possible for a user to the frequency of automatically creating backups daily, weekly, monthly, and so on) Various storage media for backups such as Hard Drive's / Disk Remote FTP Servers (remote / online backup), DVD / CD-RW devices and Pen Drives."; 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 = ''; } }