var fDesc=new Array(); fDesc[0] = "Due to its simple concept of handling, the Intelliact Instructor Standard allows a very efficient creation of 3D animations and the export into an existing PDF file that can be viewed within the Acrobat Reader.

With the Intelliact Instructor different product instructions like function behavior, handling and service explanations can be easily shown using 3D animations. Once the geometry of a product is the bases of its function, an animation can show more than a thousand words. For this reason, an animation can improve, extend or even replace a traditional documentation!"; 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 = ''; } }