var fDesc=new Array(); fDesc[0] = "BIM Vision is a free to use IFC model viewer. It allows you to view the virtual models coming from CAD systems like Revit, Archicad, Advance, DDS CAD, Tekla, Nemetschek VectorWorks, Bentley, and others without necessity of having commercial licenses of these systems or having each of particular vendor’s viewer. BIM Vision visualises the BIM models created in IFC format 2×3. It has many built in features and is the first viewer with plugin interfece."; 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 = ''; } }