var fDesc=new Array(); fDesc[0] = "The Lumion Plug-In for Revit allows you to see model changes in real time in Lumion with a LiveSync preview version of the model. You can stream your Revit model directly and in real time to view it in Lumion, make changes to the model or materials, and see those changes immediately in the LiveSync preview version of the model, export models, materials and textures via COLLADA format (.DAE), and more."; 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 = ''; } }