var fDesc=new Array(); fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc."; fDesc[2] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems"; fDesc[4] = "intelligently tweaking numerous key Windows settings for dial-up, cable, DSL, wireless."; fDesc[5] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application."; fDesc[6] = "small in size so it won't take up much memory and works behind the scenes."; fDesc[7] = "disks, detects Dialer infections, removes and blocks dialers before they become active, removing all infections and restoring your PC to maximum performance."; fDesc[8] = "the network problems are in an intuitive graphical way, and to continue monitoring your connection long-term to further identify issues."; fDesc[9] = "incredible program can retrieve various passwords assuming that the user has logged in to the system and also displays hidden system information such as Product ID and CD Key."; fDesc[10] = "free. Or call any phone in the usa for as low as 10 cents per min, from anywhere in the world. A MUST TO TRY."; fDesc[11] = "connect to your ISP, DUTraffic will record statistics for each on-line session. The program can be set to open a number of applications once a connection is reached, like running your preferred browser and e-mail client, and instantly close them once you're off-line."; fDesc[14] = "other computers as well as properties of network and dial-up connections stored by the system."; fDesc[15] = "running in your system tray. A special icon in the taskbar is evidence of it. The application detects all connections via Dial-Up Networking and count the period of time while they are active."; 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 = '...'; } }