var fDesc=new Array(); fDesc[0] = "TotalRecovery Pro is an all-in-one system backup and disk imaging software.
FarStone TotalRecovery backs up files & your entire machine, including system files, applications, favorites, emails, music, movies, settings, and partitions in a compressed image file. What makes TotalRecovery different from other backup software is that it integrates all basic and advanced features covering the needs to totally backup & protect your irreplaceable data and computer system."; 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 = ''; } }