var fDesc=new Array(); fDesc[1] = "voice chat and web cam facility, and the sound and picture quality is similar to Yahoo's and MSN. It is also possible to send SMS to mobiles using the software, which is an additional feature."; fDesc[2] = "Active Desktop Application designed to display entertainment, information, and utility in the PCs of the cybercafes located in India. It features system, Internet Explorer and Firefox shortcuts, Yahoo Messenger, GTalk and Windows Live Messenger shortcuts, web search, and interactive ads."; fDesc[3] = "important educational institution in India). This is a client program, which connects to the LearnNext server in order to retrieve the course contents. Its GUI is based on Flash technologies, resulting in a very attractive and pleasant design."; fDesc[4] = "charting software is ChartNexus. The software has a multi-window charting system allowing the user to arrange the chart in the desirable manner and also features world indices."; fDesc[5] = "cards so that a little character on the top can get to a treasure trove on the other side of the screen. If you complete a hand quickly and without problems, he will be able to get across the screen."; fDesc[6] = "sounds. Those sounds are the mainly the sounds that one would consider white noise. They are often used for relaxation and meditation. The sounds range from several types of rains to wildlife in India."; fDesc[7] = "Tamilnadu. The Tamil-English Bible has both Tamil Bible and the English Bible both King James version. You can even compare them."; fDesc[8] = "number of tariffs for different type of users and the controlling parameter is the limit to upload/download it is very difficult to control the usage and know your monthly billing. It is a wonderful product to serve the purpose of Usage Finder for Dataone users."; fDesc[9] = "lotus flowers. In Lotus Deluxe you are helping Nirja pick the lotus flowers before they reach the whirlpool. Magnificent dragonflies will help you and lovely flowers will beguile you in this enchanting game."; fDesc[10] = "an issue then. Here is the perfect solution to your astrological requirements in Indian style astrology which is the oldest one in the world."; fDesc[11] = "land, India, where ancient gods and myths are part of the present. Your character is Fred Reynolds an American who is engaged with a pretty Indian woman, Anusha."; fDesc[12] = "(NSE). It uses a powerful, fully researched asset allocation algorithm, which will minimize the risk on your investments. It will tell you when to buy, sell and hold your investments, so you can efficiently manage your portfolio and make profit. All completely free!"; fDesc[13] = "that users of the Microsoft Flight Simulator FS2004 can add to their virtual flight simulator programs. The program includes six life like models of airbuses in the colors of Air India, Air France, Virgin Atlantic, Air Canada, and British Airways liveries"; fDesc[14] = "features more than 20 colorful photographs where we can appreciate landscapes, people, temples, fairs, as well as other typical places and symbols."; fDesc[15] = "this strange character become the hero of the movie. Singh is Kinng - Movie Screensaver will give you a little taste of what you will be able to see in the actual movie."; 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 = '...'; } }