var fDesc=new Array(); fDesc[0] = "Unfortunately there are malevolent computer users that create different harmful applications, like malware and spyware, and spread them using the World Wide Web. Such applications can become a real problem for ordinary computer users, because they can cause a leak of personal data or a failure of computer performance. That is why it is very important to have special software for protection of your computer.

SafeSpace 2.0 is a great candidate for this role. This application is a brand new way of protecting your personal data. It creates a special virtual barrier between the internet and your computer. It means that internet applications can only read the real data of all programs installed on your computer. But if such applications try to change real data SafeSpace 2.0 creates a virtual data copy and these changes are made to the virtual data to keep real data untouched. It is really effective method for securing your files. The program has nice easy-to-use interface and good detailed help file which contains all necessary information about its performance and features."; 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 = ''; } }