var fDesc=new Array(); fDesc[1] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc."; fDesc[2] = "quality and variety reach a level never seen before. Cars, computer chips and game modes come together in a way which brought together all the good stuff of racing games. TOCA has come to the city..."; fDesc[3] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use."; fDesc[4] = "The game offers a lot of nice tracks and all the teams, and it provides some really exciting racing. However the game has seen better days and all its features have been surpassed by the newer simulator games."; fDesc[5] = "title was intended for the children over four years old. It was developed by Beenox and published by THQ. Graphics: The car animations are fairly well done, taking care of details."; fDesc[6] = "are not deleted permanently. You can erase your recycle bin several times. Still, Windows does not physically erase the data your files had on them."; fDesc[7] = ", in a full screen landscape mode DVD, TV, YouTube video, home movies and even downloaded films to your phone. Now it is 300% faster."; fDesc[8] = "can use it to convert several files at once. The user interface is fairly easy to understand. All you have to do is add files using the add file button and the rest is self-explanatory. Just select the type of conversion that you want to do in Output format."; fDesc[9] = "who can stop this from happening is Timmy the fairly oddson. Your task is to help Timmy find his way to the evil roach's land and fight her. You have 25 levels to train yourself for this journey."; fDesc[10] = "that kids can follow for drawing simple, yet fairy detailed, images. The language of the interface is customizable, allowing you to choose between six different languages, such as English, German and Spanish."; fDesc[11] = "expect by the program's name, you can open and play the .669, .far, .it, .med, .mdl, .mol, .mtm, .nst, .s3m, .stm, .ult, .wow, .xm, and .wav formats along with all flavors of zipped .mod files. ModPlug Player's intuitive and attractive interface has a VU meter and a switchable fourier spectrum analyzer (with mono and stereo modes). Even though its hard disk footprint is fairly small, ModPlug Player has a wealth of features including automatic click removal, volume ramping, digital bass expansion, and compilation of multi-format playlists. You'll also find Dolby Pro-Logic Surround support, basic reverb, noise reduction, and stereo enhancement"; fDesc[12] = "functions are accessible via hotkeys and toolbar, and extra formatting options are also available through a convenient floating menu that is activated also via hotkeys or the system menu to wherever your cursor happens to be. Make extracting html content from a text file, or alternately, saving only the html easy. Turn tab space delimited text files into comma delimited files, or, vice-a-versa. Xint also does the standard find and replace much quicker then with regular notepad. Another thing that is of great convenience, is that Xint can perform secure data encryption, using \"Twofish\", a certified military strength 160-bit encryption algorithm, to securely hide sensitive data. Xint is a fairly resource-friendly application which comes with an uninstaller. Hope you find it useful."; fDesc[13] = "in such kind of application. It features the possibility of managing multiple concurrent projects with shared resources."; fDesc[14] = "alternative to bloated web page design applications which try to automate too much of the smaller details of the web page creation process. Wizzypage simply provides the means to quickly design web page layouts while leaving any advanced scripting or detailed formatting to the user. Wizzypage allows the user to add, position, and edit content \"areas\" on a web page using a series of mouse-click activated popup menus. These areas can then be dragged around and resized on the design surface to explore alternate layouts. Wizzypage's text editor automates basic html coding chores like font and paragraph formatting or the assignment of background colors and images. Even without knowing anything about html coding, a Wizzypage user can create fairly complex web page layouts in a minimal amount of time."; fDesc[15] = "automatic coloring feature helps you easily recognize your task priority and status. Quick2Do also allows you to sort your task entries based on entry sub-classes. Quick2Do constantly monitors the changes you have made to the list and reporting back the statistic of your list. All of these features not only give you convenient but also enable you to track your tasks more effectively."; 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 = '...'; } }