var fDesc=new Array(); fDesc[1] = "format over P2P networks. It can use HTTP or FTP Downloads, build torrents from a file on your computer in order to share it with others, download video, mp3 of flash files from any web page (like YouTube). You can even download an eDonkey plugin."; fDesc[2] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind."; fDesc[3] = "takes a rather different approach than other applications. For starters, this is an open-source project, meaning that it is absolutely free and it accepts collaborations from anyone who wants to participate in the project."; fDesc[4] = "capability. Yes, its very well know English to Hindi dictionary. You can find the Hindi meaning of any commonly used word of English from its large database of more then 22600 English words with Multiple Hindi meanings."; fDesc[5] = "and most of the time this can be annoying, especially if you forget web addresses easily. Now with Livestation you can access all your favorite channels with just one click, easy and fast."; fDesc[6] = "It is utilizing a database of a whopping 400,000 words and phrases. Means it contains all generally used words. And lots of features Like multi-language support for user interface, English words pronunciation, speech filter, bidirectional etc. and lots more."; fDesc[7] = "English, Spanish, German and Russian. Unlike other applications, TranslateIt!'s goal is to allow you to translate text directly from its source."; fDesc[8] = "sacred book. You will be able to enjoy watching beautiful scenes accompanied by texts both in Arabic and in English for your understanding. You will also be listening to real prayers and chants."; fDesc[9] = "words. User can select the word from the list box and the synonym is displayed in Urdu beneath the list box. CleanTouch English-Urdu Dictionary allows search of the first letter but subsequent letters initialize the search to the first letter"; fDesc[10] = "this program, we will be able to learn 1945 jouyou kanji. We can learn the kanji meaning, its display and radical, and how to write it in a visual way by selecting the animated stroke order option. We can also learn its ON pronunciation and its KUN pronunciation."; fDesc[11] = "suitable for those learners who have an advanced command of the Korean language (HanGul). The course is divided into fifteen lessons. Each lesson presents the following sections: Overview, Vocabulary, Grammar, and Exercises."; fDesc[12] = "centuries. Bible-Discovery 2.2 is the software designed to help you to get a little closer to the truth. To understand the complex meaning for the words in the Bible it was necessary that you have a good knowledge of the languages."; fDesc[13] = "100,000 words. When searching for a word, we can enter a Kangi or its Romaji (Roman character) pronunciation. We can click the Kangi to view its ON pronunciation and its KUN pronunciation, plus its meaning, number of strokes, radical number, radical, and radical name/meaning."; fDesc[14] = "Kana). It is possible to learn a Japanese word (Kanji), number, or phrase, view its Kana pronunciation, listen to its audio pronunciation (by a native speaker), and its meaning (in English)."; fDesc[15] = "excellent linguistic skills. The Power Bible CD Demo 3.9 gives you a taste of what can be achieved with technology. It is a simple windows application designed to simplify the Bible for the understanding of the common man."; 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 = '...'; } }