var fDesc=new Array(); fDesc[0] = "WinASO EasyTweak can optimize Windows system settings and Internet connection. You can use it to modify IE (Internet Explorer) appearance, hide IE favorites, clear selected IE histories, cookies, and modify IE security settings, and typed URL histories.

It comes with a Task Manager that not only identifies the process name and attributes, but also gives clear description of what it is. It helps you decide what to leave running and what to shut off."; 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 = ''; } }