var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files."; fDesc[3] = "Alt-Tab keystrokes have in Windows, with some additional features. You can customize the appearence of the program for each user, with different colors and fonts."; fDesc[4] = "screen and a small window appears with the relevant text translation, information or conversion that you need without interrupting your workflow."; fDesc[5] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc."; fDesc[6] = "program is uninstalled, this is not deleted completely from your hard disk. There is where Uninstall Tool can help you to literally uninstall and delete all traces of the program you want to get rid of."; fDesc[7] = "originally supported by Windows operating systems. The users can then transfer their typed text to Microsoft Word and save it or print it easily."; fDesc[8] = "over 7,400,00 entries in 128 dictionaries for translating words and phrases from English, German, French, Spanish, Italian, Ukrainian, Chinese, Latin, Turkish to Russian and back."; fDesc[9] = "space. The speciality of this clock is its speaking capability. This clock can tell you the time in more than 30 languages. You can use the global hotkeys Ctrl+Alt+S to know the time, without moving your cursor."; fDesc[10] = "includes full version of Theophilos, complete King James Version of the English Bible, Matthew Henrys Commentary, Eastons Bible Dictionary, preview of multimedia Bible narration with pictures and sound and intro music by Kerry Livgren. Multimedia features let you record and play your own audio notes. You may never need anything more for your study needs. But ifthat shouldnt be enough, choose from a collection of add-on modules including Bible versions, dictionaries, commentaries, early Christian writings and other study resources. Multilingual support for English, German, Italian, Slovak, Czech and Romanian languages."; fDesc[11] = "graphics. ILeap supports all the Indian languages like Punjabi, Hindi, Assamese, Bengali, Gujarati, Malayalam, Tamil, Sanskrit, Oriya, Marathi and Telugu. ILeap shows an on screen keyboard to help the user in easily typing in other languages besides English."; fDesc[12] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output."; fDesc[13] = "languages. This application provides eight bilingual dictionaries in English-Russian (the biggest one), English-Swedish, English-Spanish, Japanese-Russian, German-Russian, French-Russian, French-English, and Italian-Russian."; fDesc[14] = "dictionaries for English, Spanish, Italian, German, French, to Russian and back, and has 100,000 sounding words. The speech synthesis technology included in the program allows you to have any of the translations pronounced audibly."; fDesc[15] = ", Italian, German, French and Russian, as well as an easy method of translation that supports an interface where you can work with as many of these European languages as you want. The Classic edition of the MultiLex Multilingual program includes 5 million translations."; 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 = '...'; } }