var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[2] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[3] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[4] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience ."; fDesc[5] = "This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses."; fDesc[6] = "itself to all the devices. According to the publisher, it is updated at least once a month. The application detects the installed hardware, displaying all the information. It analyses theCPU, RAM, Disks, drivers and graphic card, etc."; fDesc[7] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more."; fDesc[8] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks."; fDesc[9] = "almost any type of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any file from devices with unknown file systems including Hard Disk, external ZIP/USB drive,removable SmartMedia, etc."; fDesc[10] = "creatures and spun a web over their kingdom. You must solve 60 puzzles to break the spell and return the land to sunshine."; fDesc[11] = "This program can not only tune up your system but also it cares for it regularly to save your operating system from internal problems and system crashes. It offers 4 wizards that contain different tools for different purposes."; fDesc[12] = "video professional or a new video enthusiast, we are confident that MVW-DVD will meet all of your MPEG editing needs and non commercial DVD authoring."; fDesc[13] = "download the associated file. In Wizard101 you will have to collect magic cards, learn how to make spells and take part in wizard duels."; fDesc[14] = "will have to order figures so that you can score points and pass the levels. As you keep on passing levels you will be able to use magic to get better and it will be easier for you."; fDesc[15] = "the place where all the applications save information on how they work and about your settings. It is also the heart and soul of your computer. A critical error there, will make your computer useless."; 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 = '...'; } }