var fDesc=new Array(); fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc."; fDesc[2] = ", and system information in one intuitive, easy to use interface, or at least thats was Dell goal! Though it improve the benefit obtained by it predecessor DellSupport, it still need to improve some of it features."; fDesc[3] = ", modules, Windows startup items, IE add-ons, system add-ons, services, drivers, opened files and installed programs in your operating system. Multilingual support and a very compact size make it a must-have system utility."; fDesc[4] = "Analyze avi files and discover which codecs are needed and get a lot of info about the file. Easy to use interface."; fDesc[5] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported."; fDesc[6] = "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[7] = "here is a best quality XTerm medical dictionary. This medical dictionary not only contains detailed description of medical terms but it is also full of chemical formulas and diagrams."; fDesc[8] = "available for free as a stand-alone package. Skins are supported and you can create your own easily. VMP is very fast to load and play, manages play list and ID Tag informations.VSO Media Player is very easy to use, and support the multimedia hot keys of your keyboard."; fDesc[9] = "using informations contained in the associated \"CUE\" file."; fDesc[10] = "blue, winamp is active. You can manipulate winamp controls: progress bar and previous track, play, pause, stop, next track buttons. Lyrics applicatoin can read MP3 tags for played MP3 file and give you informations like artist and song name."; fDesc[11] = "(audio and video). It includes a media player and a powerful file renamer. Files are organized in user-defined or automatic albums"; fDesc[12] = "can quickly and precisely calculate time spent on different tasks. The application doesn't occupy space on your desktop."; fDesc[13] = "datas and BITMAP or JPEG images, if a list exists in text or Excel format (or a SQL query)."; fDesc[15] = "file."; 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 = '...'; } }