var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[2] = "Windows-98 System files. This utility can be used on Windows2k and XP. Use System files to create boot-drive from the internal system or alternate locations."; fDesc[3] = ", it allows to download pictures in two locations simultaneously and saves downloading time in that way. Nikon Transfer enables you to backup your images and point out IPTC and XMP data and also copyright information, key words and location path for every file."; fDesc[4] = ", anti-spyware, and firewall security features a first-class PC backup and restore service. The program protects your computer from viruses, worms, Trojan horses, hackers, phishing, and other threats."; fDesc[5] = "This application's selection is limited to free streams that are widely available on the Internet. What this application does is gather a list of all those channels in a single location so that you can access them freely."; fDesc[6] = "changed between project versions, and then merging changes between versions. Features: Visual differencing and merging of text files Flexible editor with syntax highlighting Handles DOS, UNIX and MAC text file formats Unicode support Difference pane shows current difference in two vertical panes Location pane shows map of files compared Highlights differences inside lines File filters in directory diff Moved lines detection in file compare Shell Integration Rudimentary Visual SourceSafe and Rational ClearCase integration Archive file support using 7-zip Plugins Localizable interface via resource DLL HTML-based Manual"; fDesc[7] = "to view the hidden folder even if the program is uninstalled. It´s easy to use and has no size limitation on the protected folders, but for the available space on disk."; fDesc[8] = "for access points, locate their position on a radar analyze the power of each item located, displaying their IDs and connect, an automatic mode."; fDesc[9] = "will be provided of multiple interesting and usefull functions to secure your PDF files: Encryption, Decryption, Sign, Co-Sign and Verify."; fDesc[10] = "because it has features that can greatly ease your work. ShellLess Explorer has a nice, intuitive and tabbed multi-panel Interface. The navigation bar is similar to Windows Vista and you will have a total control where you can go to any location on your HDD."; fDesc[11] = "structure? Install Handy Folders and get instant access to whatever you need. Here you can get to a location through different, yet equally short ways."; fDesc[12] = "Frostcrag Spire in the game. A powerful mage lives there, and he entrusts it to the player's presumably capable hands. It provides everything a warrior could need: altars for summoning familiars and creating spells and enchanted items, and more."; fDesc[13] = "previous editions there is no much new to tell because the game is pretty much the same, only changes its location. For those who haven’t played the previous editions of this game, let’s say that this is a strategy game related to construction and real estate business."; fDesc[14] = "introduction showing the arrival of Dr. Humerus to the Heartland Hospital. Needless to say, you will be guiding Dr. Humerus in his quest to gain fame and fortune by healing patients and exploring the world."; fDesc[15] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[16] = "external resources to get even more information. Weather Exchange can display some maps from United States, Central/South America, etc. showing temperature, humidity, windchill and more."; fDesc[17] = "bride and groom with the wedding location, the honeymoon, the reception and dinner. However, the bridal couple and the guests don't always make it easy."; fDesc[18] = "be seen from your location in the Earth, or any given location in the planet. Just by choosing your location in the map, you will give the program all the needed data to display the sky that can be seen from that place."; fDesc[19] = "able to retrieve them easily. With this incredible program you can backup your photos, media, email and personal files and folders effortlessly and keep them in a secure location and recover your data in an instant."; fDesc[20] = "a detailed list of everything one owns. The software automatically organizes each inventory entry by category, location, and owner. The user can customize the home inventory category, location, and owner look-up lists to fit user’s inventory needs."; 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 = '...'; } }