var fDesc=new Array(); fDesc[0] = "Magic 3D Easy View is a computerized lightning controller that helps you plan a stage. It comes with Sunlite USB/DMX-IN interface. You should just connect your lightning control console to this application via DMX or Ethernet protocols (ArtNet, Sand-Net, ACDI, MEVP). So you can use your favorite lightning control console without any lighting engineering and feel yourself as on the stage. This simple and handy program makes light-controlling very easy. It provides you with full control of light beams movement, shutter and dimmer, colors, gobos, and so on.
Using large built-in libraries you can add lightning fixtures to your stage and other different objects , such as construction, decorative objects, people, music instruments and so on. Also it is possible to import objects from CAD programs (3DS files). The Stage settings option allows you to select colors and textures for ground, ceiling, back, and also fix the size of the stage. With the Simple object editor you can modify the objects you select. There are several cameras, so you will see the stage from different sides: top, right, left, front, rear. Or select Auto rotation and the stage will rotate on the screen. Besides, you can work with objects you have placed on the stage: move them, change their sizes, colors, textures or copy them. To organize the objects use the 'drag&drop' option. At last, Magic 3D Easy View provides you with photographing and movies creation features. So, take still pictures and record your own video. The Demo version is limited in features and tools, if you do not have DMX-IN interfaces installed on your PC only DEMO mode will be available."; 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 = ''; } }