var fDesc=new Array(); fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[2] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free."; fDesc[3] = "select your question before time is up. Answer different questions correctly and rise the level of a ladder meter in your screen, think fast and if you don't know the answer you better remove it, each bad question will make the ladder fall."; fDesc[4] = "the other information about the music is absent or missing-- one time it is the music genre that is missing while the other time it is the cover of an album. So Tagrunner can help the users in properly arranging their music collection."; fDesc[5] = "this program will band together to make one of the largest supercomputers in the world. This supercomputer will be used to simulate problems millions of times more challenging than previously achieved."; fDesc[6] = "information to understand how much space the files and directories consume on your hard disk drives, and it helps to find obsolete files and folders. JDsikReport requires Java 5 or later. JDiskReport works on Windows 2000/XP/Vista, Solaris, Linux and Mac OS X platforms."; fDesc[7] = "files on their computers, disks and drives, and allows them to organize them to optimize disk usage. With this program, users can find the largest files on any selected drive or folder, by folder size, average file size, or number of files."; fDesc[8] = "is part of this big HP family and this company is dedicated to the imaging products. Within its web site there is a section called Design Center, where you can find and download different templates."; fDesc[9] = "Deluxe 7.0 features the largest collection of store-quality greeting cards ever assembled in one software package."; fDesc[10] = "displaying the results in a convenient view. AMUST Disk Cleaner has unique Instant Disk Access (IDA) technology which provides an unprecedented speed and can scan any size hard drive and determine the size of files and folders as well as other attributes."; fDesc[11] = "subdirectories of your hard drive(s) on a single graph, allowing to see the largest directories at a glance. When the program launches, it gives you step by step instructions to interact with it. You must first type the drive you want to graph in the top combo box."; fDesc[12] = "guitar chords. FEATURES Over 40000 basic and advance chords Nice and simple environment No confusing graphics or images Numerical representaion of chords"; fDesc[13] = "the best sites to learn to play poker, as they offer more free of charge tables than any other poker site for all to practise and sharpen their skills. There are lots of poker games to play, such as the popular Texas Holdem, Omaha, Omaha High Low, Stud and more."; fDesc[14] = ", Horoscopes, marriage match making, yearly progressed horoscope, birth charts, planetary transits and a host of other features. Available in 7 languages."; fDesc[15] = "folders on your drives and recover megabytes of disk space."; 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 = '...'; } }