var fDesc=new Array(); fDesc[0] = "Bamboo File Sync and Backup is a program that automates your routine manual file copying actions. You can start or define any Folder Pair sync right inside Windows Explorer, you can resume/restart from copy errors without having to start all over again, back up as mirror copies, not as unviewable backup files and schedule non-urgent copy actions to off-peak hours."; 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 = ''; } }