var fDesc=new Array(); fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement."; fDesc[2] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; fDesc[3] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document."; fDesc[4] = "applications which allow you to create visually rich, engaging content for any media whether it is related to print, web, interactive, video, audio, and mobile."; fDesc[5] = "expansion to Crysis. This title is a standalone game and does not need the previous game to be installed to run. Apparently, this new title is not a typical expansion, it brings a lot of changes from its predecessor and it shows the story on the other side of the Island."; fDesc[6] = "accounts, manage their purses and maintain a list of correspondents, assigning additional contact data to their WebMoney IDs, such as names, email addresses and phone numbers."; fDesc[7] = "(Windows Media Player, etc.) as a plug-in accesory, or run as a screensaver, or run standalone. When installing the application, the user can select to integrate to the music player and, the next time the user plays music, G/Force displays a selectable music visualizer."; fDesc[8] = ", programs running, etc. whenever it is launched. The application doesn't stay resident or scanning transferred files all the time. It updates automatically the virus database via its home web page, it can be scheduled, and can get integrated to Windows Internet Explorer and Windows Outlook."; fDesc[9] = "combination of real and arcade elements that make the game fun and entertaining. The game still has a lot of players and it is still going strong, 11 years after its first release."; fDesc[10] = "dial-up network. IM Magician was developed to work as an additional utility and as a standalone application. It is used with other chatting programs, such as Skype, MSN, QQ, Yahoo Messenger and others."; fDesc[11] = "the most widely used standalone readers (Kindle, SONY Reader, Cybook Gen 3, and iPhone). It supports ePub, MOBI, or LRS e-books, but it can open any TXT, HTML, RTF, ODT, or PDF document and convert it into a standard e-book."; fDesc[12] = "engine, RegSupreme represents a new generation of Windows registry cleaners. Of course, don't just believe us - try it yourself and you will be amazed by RegSupreme's speed and performance!"; fDesc[13] = "mix with other instruments for live performances or otherwise. The combination of Toontrack Solo, EZplayer Pro and EZdrummer or Superior Drummer allows the shaping of new MIDI grooves within the EZplayer pro arranger"; fDesc[14] = "to hack passwords. The user interface is easy to use and will provide you with all the information that you will need. The passwords are easy to add, view and edit. There are a few views to choose from, like that panel or tree view so you can choose the one that is best for your situation."; fDesc[15] = "CD. The program is easy to use and offers many great features that let you do just about whatever you want to remix songs. The user interface makes using all the features very easy because it is visually attractive, clear and organized."; 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 = '...'; } }