var fDesc=new Array(); fDesc[0] = "LumenRT is a program that allows you to quickly create images, videos and real-time presentations of
architecture, landscape, urban and infrastructure designs. You can use the vast content library to rapidly create an environment for your designs. LumenRT offers the perfect combination of tools to rapidly create photographic images and ultra-high definition videos of your projects."; 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 = ''; } }