var fDesc=new Array(); fDesc[0] = "GFI Backup - Business Edition provides easy-to-use centralized backup with effortless restore for corporate data such as images, spreadsheets and other documents. It delivers secure web-based management for backing up all data from across the network; provides simple and complete restore from any location using standard Zip archives ? meaning no vendor lock-in, and supports removable storage devices, CD/DVD, Blu-ray, tape, NAS and offline via FTP. GFI Backup - Business Edition installs out of the box with tick-box configuration, allowing Administrators to create a single backup task which can be scheduled to run automatically on all network machines at a specified time; hourly, daily, weekly or monthly. Customization features allow users to extend and create their own backup and synchronize tasks as required. It issues email notifications of activity and performs comprehensive event logging."; 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 = ''; } }