var fDesc=new Array(); fDesc[0] = "Once the SpeedFixTool is installed, a complete system scan will be performed automatically. No need to worry about any changes made to your PC as nothing will be done without your approval. Also, a backup of the Windows Registry will be created before working on it, so that you can reverse any changes being made to the registry. If you want to cancel scanning at any point in time, simply click the “Cancel” button."; 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 = ''; } }