var fDesc=new Array(); fDesc[1] = "helps you to protect your computer from spyware and other potentially unwanted threats. Its redesigned and simplified user interface makes common tasks easier but still ensures the user is aware of the most urgent alerts."; fDesc[2] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively."; fDesc[3] = "necessary adjustment to the document and preview it before printing (up to 20 copies without the need of any other application)."; fDesc[4] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular."; fDesc[5] = "those who just want to remove those annoying red eyes and correct some basic exposure mistakes, to those who enjoy adding some creativity to their favorite photographs."; fDesc[6] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen."; fDesc[7] = ", readit's, and other portals. Stumbleupon allows you to rate any website that you want. The feedback that you give a site will be sent to all the users who are connected to the Stumbleupon service."; fDesc[8] = "impressive editing tools. Scan documents and multiple photos or use the built-in adapter to digitise multiple transparencies or negative frames at the same time."; fDesc[9] = "reproduction on compatible mobile phones. It includes a DVD ripper and a video converter with output editing tools such as crop, trim, brightness, contrast, saturation controls and effects such as gray, emboss, and negative."; fDesc[10] = ", Invert, reducing the size of images for e-mail, and easily browsing through large collections of images (just press the space bar and backspace key)."; fDesc[11] = "single utility that replaces almost all different utilities for various applications that deals with image editing to generating HTML codes and Emailing to FTP uploading, etc."; fDesc[12] = "8 levels of difficulty. Features addition, subtraction, multiplication, division, and negative numbers."; fDesc[13] = "the same. In this application, we can play five different types of card games with three virtual opponents. It is possible to change our name and theirs, and select their play levels. We are allowed to team up with another player."; fDesc[14] = "in detail the characteristics and features of people born with a particular ascendant."; fDesc[15] = "characteristics and features of people born with a particular ascendant. This program gives the characteristics of people based on lagna."; 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 = '...'; } }