var fDesc=new Array(); fDesc[0] = "If you want to create public information screens that contain text, images, video, charts, maps or data visualization, this software is for you!

Using state-of-the-art software technologies, this software allows you to create vibrant information screens that automatically update themselves with the latest available information.

This software helps corporations to drastically reduce the time, effort and cost of creating dynamic information screens."; 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 = ''; } }