var fDesc=new Array(); fDesc[0] = "SimMAGIC Designer is a set of training solutions that can effectively assist the traditional mentor training, while addressing the one-way learning bottleneck.

It provides instructors, course designers and learners with a new teaching and learning experience.

SimMAGIC offers a variety of functions that can be applied to a large number of education and training scenarios for equipment and machine operation.

Using SimMAGIC’s fast and easy-to-use functions, trainers and instructors can easily define SOP workflow with a customized user interface based on various kinds of machine keyboards and layouts and transform training materials into a virtual reality environment that simulates actual machine operation.

SimMAGIC can help educators to quickly create interactive digital courses and overcome the time, space and personnel constraints encountered in the traditional learning model.

It uses a picture of the real machine or operating environment to create the course interface and incorporates multimedia audiovisual materials and flexible programming-based functions like touch screen, mouse and keyboard text input to enhance interactive learning.

-Easily edit and manage content and teaching materials.
-Flexible and interactive editing functions can simulate all kinds of scenarios."; 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 = ''; } }