var fDesc=new Array(); fDesc[0] = "Toolwiz Time Freeze is an effective Instant system restores software to keep your system safe and protect your computer from unwanted changes. It can also protect your files and folders from changes and provide password protection. It makes virtualization very easy to use. It clones your system, creating fully working copies that you can use normally (or abnormally) without risking your "real" system. It puts the actual system under protection and creates a virtual environment for system partition, on which you run applications and surf the internet. It provides higher-level security to computer protection, and greatly improves the efficiency of virtual system.

Toolwiz Time Freeze has a simple interface for starting and stopping its main features as well as adding files to the File Protection feature (Time Freeze warns not to include Windows system files). There's a small, optional "toolbar" that merely displays the program's status on the desktop, but it's helpful if you switch between modes a lot. Most of the time, the program's system tray icon handles all the action."; 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 = ''; } }