var fDesc=new Array(); fDesc[0] = "123 Cleaner is designed to protect you by cleaning up all the unwanted history data on your computer. With simply one click, 123 Cleaner allows you to erase the cache, cookies, history, typed URLs, autocomplete memory from your browsers, and Window's temp folder, run history, search history, recent documents, network password, etc.
With 123 Cleaner, you can easily erase the tracks of applications,such as playlist of Realplayer, Mediaplayer, recent files of Wordpad, Winzip, Ms-office, etc."; 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 = ''; } }