var fDesc=new Array(); fDesc[0] = "Hongsoft System Repairer is a powerful tool for system configuration backup and restoration. It can also backup and restore drivers. When the Windows starts, Hongsoft system repairer automatically backup the system configuration(including hardware and software information and registry, etc.). When your system has problems,you can restore your system to a specified date. The software easy to use and occupy very little disk space.You can view the disk space usage in the "setting" page, and manage your backup space."; 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 = ''; } }