var fDesc=new Array(); fDesc[0] = "WinMend History Cleaner is a program that can clean histories produced by various programs in the system. It can effectively scan and clean histories generated by more than 100 programs. These histories include cookies, browsing histories and cache files by browsers such as Internet Explorer, Firefox and histories by a great number of other applications such as Microsoft Office, WinRAR, Windows Media Player and RealPlayer."; 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 = ''; } }