var fDesc=new Array(); fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[2] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring."; fDesc[3] = "brings a complete solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. The minimum amount of students’ licenses available to be purchased is ten."; fDesc[4] = "of Ectaco, Inc. You can use it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume Albanian/English dictionary database and the ability to translate to and from Albanian allow you to select the exact translation according to your needs."; fDesc[5] = "solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. After the period finishes you can either buy a license or uninstall the application."; fDesc[7] = "of Ectaco, Inc. You can use it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume Italian/English dictionary database and the ability to translate to and from Italian allow you to select the exact translation according to your needs."; fDesc[8] = "application produces personalized report cards in a short time. It uses a set of statements written by the teacher or downloaded from the web which can then be customized to fit every individual student's needs."; fDesc[9] = "new tool bars on the Word regular interface. It includes about 1200 functions, graphs and charts of physical, chemical and math that you can easily add into your Microsoft Word documents."; fDesc[10] = "it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume Albanian/English dictionary database and the ability to translate to and from a language allow you to select the exact translation according to your needs."; fDesc[11] = "program displays the words and phrases you are trying to learn, along with their translation. The words are displayed in large letters so you don't have to be sitting in front of your computer while you practice the new language."; fDesc[12] = ", Inc. You can use it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume French/English dictionary database and the ability to translate to and from French allow you to select the exact translation according to your needs."; fDesc[13] = "assistant to help those teachers teach their students new words. This software basically consists in a huge database containing more than 34,000 sentences which illustrate over 2,500 headwords."; fDesc[14] = "of Ectaco, Inc. You can use it on any personal computer with the Windows 95/98/ME/NT/2000/XP operating system. A large volume German/English dictionary database and the ability to translate to and from German allow you to select the exact translation according to your needs."; fDesc[15] = "several common topics for teachers: attendance, assessment, student list, lessons and more. It's worth to mention the reports module, wherein you can generate a variety of predefined reports with pretty horizontal bars, like Missing Classes, Full Students and Missing Assignments."; 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 = '...'; } }