var fDesc=new Array(); fDesc[1] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[2] = "getting information about your online behavior, block advertisement and images from web sites you visit, and kill annoying popup windows while surfing the web."; fDesc[3] = "will kill them even before they appear on the screen."; fDesc[4] = "limiter, bandwidth priority, packet capture popup killer."; fDesc[5] = "search in Google, Yahoo. IECount is a set of useful ie tips and tricks to surf more pleasure!"; fDesc[7] = "any website. Such pop-up windows usually have advertising content and are really annoying. If you are sick of them you might find Advanced Popup Killer very useful. This small application was developed for blocking unwanted pop-up windows."; fDesc[8] = "manually or at windows startup or with your browser window startup. Instant Notification - Play one of many sounds."; fDesc[9] = "software that was developed for blocking such things. The program is absolutely free and can be easily downloaded from the developers' home page."; fDesc[10] = "pop-under ads and will kill them even before they appear on the screen."; fDesc[11] = "disable ads without killing any useful web pages. It supports IE and Netscape. It can kill flash ads and manage the messenger service."; fDesc[12] = "prevents new windows from automatically opening while you are browsing the internet."; fDesc[14] = "windows startup or with your browser window startup. Instant Notification - Play one of many sounds."; fDesc[15] = "refresh your favorite web page. The pop-up blocking function can be temporarily disabled by holding down the CTRL key."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }