var fDesc=new Array(); fDesc[1] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware."; fDesc[2] = "for all four of the IELTS sub-tests, which are: Listening, Reading, Writing, and Speaking. IELTS is an acronym for International English Language Testing System, and is an English test."; fDesc[3] = "and cost efficient way to render their most cutting-edge images. Although this application has been developed as a dedicated support for Rhino 4.0 but V-Ray for Rhino also works with Robert McNeel and Associates' Rhinoceros"; fDesc[4] = "school or in a higher education level, where they have to take classes, learn, practice and speak the English Language in a fluent form, somebody involved for example in the IELTS (International English Language Test System) or for those you need to practice their own English."; fDesc[8] = ", and Chicago/Turabian style of writing. This amazing tool easily integrates with MS Word text processor, so you can make the necessary formatting of your Word document according to your requirements."; fDesc[10] = "coupled non-linear algebraic equations. ESS can also be used to solve initial value differential equations, do linear and non-linear regression, unit conversion, unit consistency checking, optimization, and uncertainty analysis, and produce publication-quality plots."; fDesc[11] = "organizations. It can be used as a diary, scheduler, or project management tool. It uses the classic Year Planner layout."; fDesc[12] = "act as repositories for a wide range of test items for specific topics. It allows you to create an unlimited number of TestBanks, with an unlimited number of test items that may include multiple choice, True/False, Fill-in and essay types."; fDesc[13] = "on the New Testament. The aim of this work is to explain the Word of God to common people and not to the learned, academic readers. Thus, it can be very useful for preachers and clerics to prepare their sermons, as well as for people wanting to better understand the Scriptures."; fDesc[14] = ", straightforward, and free flashcards tool that replaces paper flashcards."; fDesc[15] = "examine their students."; 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 = '...'; } }