var fDesc=new Array(); fDesc[1] = "options like firewall settings, user/group controls, statistics, bandwidth control, ratio, concurrent connections, remote control and others. The server can be run as a service (for NT) and comes with a full detailed help manual."; fDesc[2] = "With its simple word-processor-like interface and integrated help, this application can be easily mastered by novice users too. Supplied with single- and multi-author editing capabilities, this program allows you to create documentation in form of compiled HTML help, Web help or PDF format."; fDesc[3] = "Features include: launching files; installing software; splash screen; powerful wizards and more."; fDesc[4] = "that requires text, graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[5] = "snippets and save them along with any other files into a directory structure that gets converted automatically to HTML"; fDesc[6] = "web based content from a Microsoft Word document."; fDesc[7] = ", graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[8] = "needs. This must have application, designed specially for: Internet users, people using multiple email accounts, network administrators, web administrators, website designers, and corporate agencies runs on all your Windows platforms."; fDesc[9] = "imported data, serial numbering, text, or graphics. Barcode static and imported data. Works with most desktop, label, ticket and commercial"; fDesc[12] = "can teach the complete computer novice or child how to program computers within a matter of hours."; fDesc[13] = ", graphics, or serial numbering. Create and print your project from your desktop in minutes with our easy to use interface."; fDesc[15] = "specifically developed to support people with with wide age and ability ranges. We have tried to keep the complexity of the programme down whilst still retaining the functionality of a concept map. MindFull integrates with our ClaroRead, allowing all text ideas to be spoken back You can record your thoughts and ideas as audio files, as well as in text format You can enter additional notes for each node or concept, by typing or using Dragon NaturallySpeaking. You can export your concept map directly to Microsoft Word. In order to understand the principles the help manual for MindFull is a set of concept maps for you to explore, providing the information in an accessible format, rather than in a print manual. The software enables you to: Brainstorm your ideas Create exercises and games to aid learning Turn visual thoughts into a linear essay You can do this by: Using images, arrows/..."; 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 = '...'; } }