var fDesc=new Array(); fDesc[0] = "RIP Pop-Ups is an intelligent pop-up blocker for Windows browsers. It blocks the pop-ups you hate, such as continues and popunders, while allowing the one's you want. It contains an easily customizable override list; you can add/remove websites to the override list with one click."; 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 = ''; } }