var fDesc=new Array(); fDesc[1] = "as well as a browser button and optional search box. Together, these alert you to potentially risky sites and help you find safer alternatives. These site ratings are based on tests conducted by McAfee using an army of computers that look for all kinds of threats (detailed below). The result is a guide to Web safety. The SiteAdvisor technology is free, easy to install and even easier to use. And it doesn't collect any personally identifiable information."; fDesc[2] = "provide fast and efficient information about the pages we are visiting, thus making it a very convenient tool to assure privacy and security while surfing the net."; fDesc[3] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer"; fDesc[4] = "tiny yellow window that contains all the information required to get the most out of its features. The Capture item allows you to chose between different capture modes."; fDesc[5] = "memory. Has just a few buttons to push. Lets you see the information about total/available memory types (physical, virtual, pagefile). Memory-freeing process somehow takes a long time (that is probably tied to safeness). Has an indicator of RAM amount, that turns red when you should free some of it."; fDesc[6] = "IE. It integrates cleanly into Internet Explorer (v. 5.5 or above), and adds that little extra that eases your browsing efficiency"; fDesc[7] = "interface is backed by sophisticated algorithms and techniques. nEO iMAGING covers functions more than everyday needs."; fDesc[8] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start..."; fDesc[9] = "located in the Clipboard and pasted right away into an application with just a couple of computer mouse clicks, keystrokes or a user-defined hotkey."; fDesc[10] = "dimension. With 3D Visioner you can perform a lot of wearisome Visio actions just by one or two clicks."; fDesc[11] = "lack of remembrance is often misunderstood as negligence and creates wrong impression on other people. Thus, people always want something that could prevent them from such incidents. Sheer Notes is the solution of such problems for the users."; fDesc[12] = "a web developer or designer in debugging a web page and diagnosing problems. It is small utility which is a must for all web developers ."; fDesc[15] = "companies that are found and save them to a local file."; 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 = '...'; } }