var fDesc=new Array(); fDesc[0] = "Having copied your data to another folder, disk or networked computer, the program then makes sure only new and modified files are copied again. It works in the background, undemanding and unobtrusive to the user. As a result, once you set up and run a backup task, you will always have a reliable backup of your data in a secure location."; 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 = ''; } }