var fDesc=new Array(); fDesc[0] = "The Online Backup Estimator will estimate the size of a full backup and subsequent daily backups and the time required to send them to an Online Backup Server, based on the current upload speed of the Internet connection. It scans the file system using the Best Practices for Include and Exclude settings as defined in Rob Cosgrove's Online Backup Guide for Service Providers published by Remote Backup Systems."; 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 = ''; } }