var fDesc=new Array(); fDesc[0] = "Vista Services Optimizer does not require any technical knowledge, as it provides easy to understand options to tune-up your system.
Vista Services Optimizer is an open source optimization utility that enables you to tweak your Windows services in an easy, automatic and safe way based on the way you use your computer and which hardware and software you use."; 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 = ''; } }