var fDesc=new Array();
fDesc[0] = "WindoFix™ is simple and intuitive software which will clean up your PC and fix these problems.
WindoFix™ will help you maintain system stability and security and will also help you improve your PC speed.
It's easy to start with WindoFix™. You can start using WindoFix™ right away by clicking on buttons such as "Start Scan", "Repair all", etc.
Main features:
-Repair more than 99% of computer problems like deadlocks, blue screens
-Optimize your whole Windows system to gain maximum performance for your PC
-Lower the probability of errors like pops, deadlock and others
-Clean up all junk files to free up disk space
-Remove the installed applications that you no longer need even if you don't have that option in the regular "Uninstall" section
-Easily recover any changes so you can restore your Windows Registry to a previous state
-Manage your Internet Explorer plug-ins to easily customize your web experience as you like it";
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 = '';
}
}