var fDesc=new Array(); fDesc[0] = "Vista Backup Mill is designed to backup your files and folders as fast as possible with minimal effort and interruption on your part. It makes secure (AES-256 encrypted) backups of your personal data: documents, projects, articles, game saves, program configuration files, and private data. It can store backups on HDD, flash devices, remote FTP servers, or network computers. You can even point to multiple storage locations. Vista Backup Mill is designed to save you time configuring and administrating 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 = ''; } }