var fDesc=new Array(); fDesc[0] = "Returnil System Safe is built with the end-user in mind. It shouldn't be stressful to surf the internet or to download a program you really would like to try out. It uses a combination of antivirus, antimalware, system restore and a virtual system to protect your computer from all types of viruses and other malicious threats.

Returnil System Safe 2011 uses an advanced anti-malware and virtualization technology. It clones (copies) your operating system and creates a virtual environment for your PC. Instead of loading the native operating system, a clone is loaded that allows you to run your applications and perform your online activities in an entirely isolated environment. In this manner, your actual operating system is never affected by viruses, Trojans, malware and other malicious threats. To return to the actual operating system environment, you just need to restart your PC. While working in the virtual environment, you have the option of saving documents and files so that your data will not be lost when the system is restarted."; 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 = ''; } }