var fDesc=new Array(); fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with."; fDesc[2] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information."; fDesc[3] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC."; fDesc[4] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed."; fDesc[5] = "your taskbar, which makes sense. With it, you can simply select the buttons that are next to the Start button in Windows and move them around any way you like."; fDesc[6] = "for clothes tailor made, and even when they’re somewhat patient to wait, you should not pressure them too much, otherwise, you won’t be able to sell anything. You can try this game for 60 minutes before you buy the licensed version."; fDesc[7] = "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[8] = "can proficiently handle MPEG2 transport streams and videos. The features of this application include capability to create cent percent lossless DVD incorporating necessary menu and audio tracks."; fDesc[9] = "Nokia Configuration Tools you can connect your phone to a PC to access settings. The connection to PC is established via Nokia PC Suite and USB cable. IT professionals and other advanced users can modify and store settings on PC and transfer them to Nokia devices."; fDesc[10] = "your login name and password for every site, storing them in a single file. You can password protect the generated list to ensure nobody would be able to steal your password list."; fDesc[11] = "protect yourself against accidental data loss and hardware failures."; fDesc[12] = "directory within few minutes. These files in return checks and plays the CD automatically whenever you insert a CD. You need not have to learn any special programming skills to create these files."; fDesc[13] = "restore the mixer to that state whenever you want."; fDesc[14] = "it is an easy to use utility that restores keys that have been modified by programs or web sites."; 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 = '...'; } }