var fDesc=new Array(); fDesc[0] = "Toolwiz Time Freeze is an instant system restore software that keeps your system safe and protects your computer from unwanted changes. Turning on the Time Freeze mode, the whole system is running in the "sandbox". Only the changes to the files in the exclusion list will be saved. You can create a virtual environment as a copy of the real system that allows an unmodified operating system with all of its installed software to run, keeping your actual system ‘frozen’ and away from unwanted changes and malicious threats."; 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 = ''; } }