var fDesc=new Array(); fDesc[2] = "drawings of almost any complexity. You can add points, lines, vectors, polygons, circles, angles, text and even images from files (.gif, .jpg, .png, .tiff) to your drawings."; fDesc[3] = "allow for more accurate translations. However, there is nothing like having your texts translated by a real person with real skills and education. But this application will get you out of trouble should you need to translate a few sentences or paragraphs with the basic need for communication."; fDesc[4] = "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[5] = "advanced features make the optimum use of all the resources available on the net. Available with various customizable and powerful features to make your internet search easier this toolbar stands out of the crowd."; fDesc[6] = "education, knowledge, projected position and area of expertise, it builds your resume, extracting ideas from a thousand built-in sample resumes. You can´t dowload a trial for ResumeMaker Professional. The provided link will allow you to download the product, but you will have to pay for it first."; fDesc[7] = "simulation. Model ChemLab consists of a real-time animated interactive simulation engine. It features lab wizard tools which can be used to create lab simulations. The simulation so made can be replayed using the demonstration mode."; fDesc[8] = ", German and Spanish. Key features are: hand-drawn pictures, pronunciation, quizzes and possibility of creating your own category of words. Trial version provides access to 4 out of 35 groups of words."; fDesc[9] = "your choice. You can adjust the encoding, the speed of autoscroll and other things, and download the system of voice digital synthesizer. All necessary buttons are placed on the frame of the interface, which makes using the program very easy."; fDesc[10] = "the challenge?"; fDesc[11] = "documents loading them in the upper panel of the interface, indicating the language in which is written using the drop-down menu on the right. Then, by pressing the \"Translate\" button you will have the translated text, in the language you indicated, in the lower panel."; fDesc[12] = "explore the sky visible in the distant past, the present, and the far-off future."; fDesc[13] = "education, business, and industry."; fDesc[14] = "latest feature of Flip Viewer. Flip Viewer Library helps the customer to easily read and organize the books by keeping them in a bookstore or some location where the user can find all the books together."; fDesc[15] = "is designed by language education specialists and offers a complete online Spanish Language Learning System"; 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 = '...'; } }