var fDesc=new Array(); fDesc[1] = "technologies like HTML, Ajax or Flash. Developers can take advantage of their knowledge in website creation to develop multimedia applications. In other words, from a web application they can create a general application with the contents and utilities of a web application."; fDesc[2] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows."; fDesc[3] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices."; fDesc[4] = "the same product that your seeking online. SmartShoppers send non-personal information to its servers while you are shopping online and opens a separate browser pane in your browser window to show you offers for that product you are searching for."; fDesc[5] = "This version also added full support for Blu-ray AACS MKB15."; fDesc[6] = "single PDF. It increases the convenience of document delivery by having a single PDF that contains material from different sources. One mouse click is enough to send the PDFs through your default email program."; fDesc[7] = "web browser like Internet Explorer. It offers full support to the flash technology and incorporates lots of useful features, like a SWF player to play .swf files and a FLV player for playing all the default .flv flash files as well."; fDesc[8] = "difficult levels, timer, and option of pencil mark and wrong move prompt."; fDesc[9] = "the look according to your convenience. There are a lot of plug-ins and many skins that extends its functionality. One of the cool features of Sleipnir is that we can choose between Gecko, the engine of Mozilla Firefox or Trident, the engine of Internet Explorer."; fDesc[10] = "asks you to reboot your computer. Quite often, no reboot is really needed. WhyReboot checks the pending file operations that will occur after rebooting your computer, helping you to evaluate the convenience of rebooting your computer."; fDesc[11] = "HTML, XML, CSS, js, PHP, PY, RB, PL, ASP, ASPX, VBS, PAS, SLQ, BAT among other document formats. You can load or compose text in multiple tabs, making it easy to cut and paste portions of the text between documents."; fDesc[12] = ", sound operations etc. AVI toolbox is utility that splits the audio and video separately for video or audio based operations. It provides the convenience to burn the video files into CD with the help of the respective burn software support."; fDesc[13] = "matter if you are listening to your favorite on-line radio, your audio CDs, or if you want to record your voice by using your microphone. With this versatile program you can do it easily."; fDesc[14] = "assistant of 6 steps that is very easy to use. It includes numerous images templates, clipboards and pre-defined phrases with fun designs. It has a wizard for printing and distribution by mail. It runs on Windows 2000/XP/Vista"; fDesc[15] = "well as delivering a complete set of recording applications and optical drive testing utilities to your computer. This program is provided with a graphical user interface that displays the command buttons for its featured applications in a toolbar for your convenience."; 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 = '...'; } }