var fDesc=new Array(); fDesc[0] = "My BUD•d is a software program designed to look after your data by backing it up from your computer (and / or your Network) to a single drive or location. The Backup feature of My BUD•d is executed by a single click of a button. This is the only user input required. After My BUD•d performs the initial backup, subsequent sessions are up to 300 times more efficient. What actually happens is literally a Backup in reverse. The Source becomes the backup and the files are then redistributed to their original locations on your PC."; 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 = ''; } }