var fDesc=new Array(); fDesc[1] = "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[2] = "series. As well as the TV show, the game is set in an Asian-like world in which the main protagonist has his adventures"; fDesc[3] = "text in various Indian native languages. Also, it allows the user to write script of one language using characters of another language. This unique package comprises two programs: BarahalME and BarahaPad."; fDesc[4] = "program includes important Horoscope details: planets position, Rasi, Ashta Vargas, Navamsa, Bhava, Vargas and Vimshothari Dasa. The available preferences include South, East and North India chart styles. All planets name come in both languages: English and Sanskrit."; fDesc[5] = "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[6] = "botanical names. Also included: references to the Commission E, 100 herbal photos, phytochemical information, and herbal health warnings."; fDesc[7] = "Faroese Finnish French Frisian Gaelic Georgian German Greek (Ancient Modern Coptic) Gujarati Punjabi Hungarian"; fDesc[10] = "trainer. Record pronunciation, search, take tests, print lists, manage conjugation-/declensio n-examples, import-export, access online dictionaries"; 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 = '...'; } }