var fDesc=new Array(); fDesc[0] = "Your computer never executes only one program, in a background tens of programs which consume the free resources permanently work and are executed at the same time.

Suspension or closing of background processes restricts functionality of your computer.

Thanks to intellectual optimization, it is possible to increase productivity of any system, distributing resources exactly as it is necessary for the computer at present.

This application doesn't need to be set up as it independently studies and remembers how to work with any task on your computer."; 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 = ''; } }