var fDesc=new Array(); fDesc[1] = "quickly. Providing an endless list of capabilities, this wonderful tool allows you to convert any type of printable document into a PDF document which can be published on websites."; fDesc[2] = "acquire images from a digital camera or scanner, quickly improve, organize and catalogue photos, create greeting cards, fliers, and Web graphics, create presentations. Picture Studio Online will let you share pictures online directly from Image Expert."; fDesc[3] = "to see PDF documents, this is what you were looking for. EXPert PDF Reader brings you the reading and printing abilities to you for nothing since it's a freeware."; fDesc[4] = "obsolete information - such erroneous entries will be often be left in your system´s registry by uninstalled programs; and they slow down your system, since the operating system will keep reading that information, which is useless."; fDesc[5] = "This self-explanatory lightweight tool protects you against unwanted programs self-installing in your computer through your network connection. It also warns you about malicious viruses and other attacks from the Internet, as well as about programs trying to send out information about your system."; fDesc[6] = "account. UTF-8 support is the most valuable feature, which will encourage programmers to write strict html code; perhaps in other versions ISO-8859 support may be added, which will be a great advancement."; fDesc[7] = "accomplished this helpful and important task. Select a folder to protect, set a password and enjoy your safety! No one will be able to have access to the hidden files, only you, since everytime you want to open the folder, you will be asked to write a password."; fDesc[8] = "Fishing, Tracking, state and local agencies in the US as well as geometric studies. It is available for Windows XP & Vista and it is helpful in viewing map points, Topo Maps, arial photos and many more."; fDesc[9] = "software is capable of detecting the errors and fixing them automatically hence it is very easy to use. It also plays an important role in increasing the system performance by removing all the unwanted toolbars, pop-ups and other unnecessary startup items"; fDesc[10] = "program is of special interest for astronomers, amateurs, and all those interested in exploring the Earth’s natural satellite. Due to its precision and detail of its data, Virtual Atlas Moon has won the recognition of astronomers and prestigious scientific publications."; fDesc[11] = "your website like website uses, user activity, access statistics, visitor’s browser and other information in a detailed way. It’s very small in size and freely available. It supports log files of all common web servers."; fDesc[12] = "a PDF document without the need of any external applications. Considering the other tools on the market which have limited editing functionality, this tool certainly has an edge over them."; fDesc[13] = "such as microphone, DVD audio, audio played on the online radio, songs played on media players and voice chat. Audio Record Expert provides you with a silence detector that splits your recording automatically. It also allows you to schedule recording on specific or recurring events."; fDesc[14] = "a project management software works on window platform and it can be used to create PERT charts. PERT Charts are also known by some other names like Network charts, Precedence Diagrams, Logic Diagrams etc."; fDesc[15] = "flash file completely. SWF Decompile expert is a product from BearFlash product Development Company for the multimedia developers’ community. SWF Decompile expert can export all resources from any type of flash movies."; 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 = '...'; } }