var fDesc=new Array(); fDesc[0] = "EaseBackup is an easy-to-use backup solution that lets you protect your information everywhere, anytime - at home, at work, or on the road. It keeps files and folders secure by storing them on your hard and removable drives, CD/DVD, FTP Servers, Amazon S3 account and tapes. Restoring is as easy as clicking a button, but you can also use a number of advanced options. Patch mode reduces size of backup archives on 80-90%! An additional DBBackup module allows you to backup Oracle, MS SQL Server and MS Exchange Server databases."; 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 = ''; } }