var fDesc=new Array(); fDesc[0] = "There are a lot of important files that can be accidentally lost because of some unpleasant reasons, like virus attacks or system failures. The examples of such files can be project files that required a lot of hard work and time or log files with important information. PCFileBackup is an application that was developed for creating backup copies of any data you select. The program can save just simple file copies or create archives with standard ZIP extension. Backup data can be saved not only on your computer’s drive, but also on any network drive or FTP server. Each backup session is created as a special task with a range of customizable preferences. PCFileBackup has a very simple and easy-to-use interface. You can find all required information about this application’s features in a detailed user guide. The program has low system requirements and doesn’t need a lot of hard drive space. It supports the most widespread versions of Windows operating systems, including Vista. PCFileBackup is shareware. You can download its free time limited trial version to test the program before buying it."; 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 = ''; } }