var fDesc=new Array(); fDesc[0] = "Comodo Backup will auto-detect and group all your documents, photos, music and videos files into a profile so you can back them up with one click.
No need for a user manual. Our interface is so simple that anyone can be up and running within minutes.
No need for a user manual. Our interface is so simple that anyone can be up and running within minutes."; 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 = ''; } }