var fDesc=new Array(); fDesc[1] = "in case we have a Canon printer installed. Easy-PhotoPrint has a nice intuitive easy to use interface so that everybody can use it. After installing this software, we can print images in three steps. First, we select an image anywhere from our system directory tree including external devices."; fDesc[2] = "after purchasing a Canon Digital Camera. This software have been designed for communicating the camera with the computer in order to save and display the downloaded images at once. After saving the images we can print them. It runs under Windows XP and Vista OPs."; fDesc[3] = "exact date and time, or even specify a file to check periodically."; fDesc[5] = "you need to extract several files from archives. Instead of extracting them one by one, UnPacker integrates itself with Windows Explorer shell and it allows you to scan entire directories and list all the archives you have in there."; fDesc[6] = "WMI ( Windows Management Instrumentation ) to discover NDIS, sytem and network information, hardware status and more."; fDesc[7] = ", protect your privacy, delete duplicates, disk stats and graphics, shredder, registry cleaner, block spyware, 8 idioms."; fDesc[9] = "duplicates, disk stats and graphics, shredder, registry cleaner, block spyware, 8 idioms."; fDesc[10] = "hard disks. Use it everyday and don't allow others to view what websites you visit, what files and documents recently opened."; fDesc[11] = "wasting your hard disk space and might be making your computer run slower. The program's graphical interface isn't too modern or visually attractive, but it is very simple and intuitive, which makes the program very easy to use."; fDesc[13] = "password protection."; fDesc[14] = "ways. Download Minder can then be set to disconnect your DUN connection when the download(s) is complete. You also have the o..."; fDesc[15] = "(from a logical drive) or any sector from a disk too."; 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 = '...'; } }