var fDesc=new Array(); fDesc[0] = "Get rid of unneeded add-ons or toolbars and take full control of all your browsers with this program's easy-to-use 'Central Command' interface.
Auslogics Browser Care automatically detects popular browsers installed on your computer and provides an easy way to manage each of them, removing or disabling add-ons or toolbars, clearing cache, setting home page and search engine of choice – all from one convenient interface."; 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 = ''; } }