var fDesc=new Array(); fDesc[0] = "In a few steps you can see how your design will look in your space, create a simple reference diagram, and generate a bill of materials so that you can order everything that you need.

With an intuitive interface, the Designer beta version software delivers a simulated visual representation of a MicroTiles display in your environment. Simply import dimensions and an image of your intended display, add still or video content and watch as your environment comes to life with MicroTiles.

Move it around, add or remove tiles and the simulation changes as you manipulate the size and shape of your array.

MicroTiles Designer even tells you the energy consumption of the display, how much it will weigh and shows you the optimal way to wire the tiles together. All these features ensure the system you get is the system you want and the system you need."; 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 = ''; } }