var fDesc=new Array(); fDesc[0] = "Free Clear History offers you a FREE solution to easily and securely clear all traces of your online and offline activities: delete your browsing history, cache (temporary Internet files), cookies, and stored passwords; clear your windows history such as your recent documents list and history of run programs; remove your system files such as your recycle bin content, clipboard content, windows temporary folder, and much more. It supports Internet Explorer, FireFox, Windows Media Player, Yahoo, MSN, Google, 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 = ''; } }