var fDesc=new Array(); fDesc[0] = "Exceptionally easy and powerful backup tool. Supports Cloud Backup (including image backup!), as well as backup to local drives or network drives. Supports most big cloud storage providers (Google, OneDrive, Dropbox, and many more). Creates 50% smaller image backups than competing products (Infinite Reverse Incremental Image Backup). Also supports file backup and includes shortcuts to backup the data from many applications (Windows Mail, Calendar and People app, Outlook, Thunderbird, Internet Explorer, Chrome, Firefox)."; 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 = ''; } }