var fDesc=new Array(); fDesc[0] = "Simply install Blue Squirrel's PopUp Blocker, and the program goes to work to enhance your online surfing experience; by eliminating all pop-up and pop-under windows from appearing as you browse the web. PopUp Blocker also detects and stops pop up windows opened by popular file sharing programs such as Kazaa, Kazaa Lite, Morpheus, Grokster, iMesh and others. You can view reports of all windows blocked, and temporarily disable the blocking mechanism to look at Pop-up Windows."; 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 = ''; } }