var fDesc=new Array(); fDesc[0] = "V-Ray for Revit lets you render professional, high-resolution images with realistic lights, materials, and cameras. You can quickly balance quality and speed with the render presets, fine-tune lights and materials and see the results right away; simulate photographic cameras from Revit’s native camera views, render sections easily with full support for Revit's native section boxes, 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 = ''; } }