var fDesc=new Array(); fDesc[0] = "Use a powerful tool to display and remove internet cookies. This program pulls cookie information from dual locations on your computer and allows you to free up disk space as well as possible internet threats. You can remove almost all kinds of cookies including *.asp, *.css, *.gif, *.jpg, *.js, *.txt and many more. Overall, this is the more efficient way to manage cookies."; 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 = ''; } }