var fDesc=new Array(); fDesc[0] = "ToolBook Instructor is a program for creating interactive content, quizzes, assessments, and simulations. By using ToolBook you will be able to create learning wizards that can be used under any operating system, web browser, mobile phone and device. You can do this because the final result will be deployed in DHTML, a format that can be read by most operating systems. As the program includes templates prepared to be shown on iPhones, you can even create books to be viewed on those mobile phones. Toolbook Instructor lets you create Books, that are made of Pages where you can include text and graphics. You can even import PowerPoint animations to your toolbook. You can add as many pages as you want to your toolbook, modify them and add whatever media you want, provided you have the original .tbk file. Once you´re finished with your work, you can publish your toolbook to DHTML, choosing the web browsers you want to support (Microsoft Internet Explorer, Mozilla Firefox, Safari and even Apple iPhone and iPhone Touch). Toolbook Instructor will then generate the proper DHTML files. The program can even upload the DHTML files to a server."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }