var fDesc=new Array(); fDesc[0] = "Solibri Model Checker is the quality assurance solution for BIM validation, compliance control, design review, analysis and code checking. The system offers easy-to-use visualization with an intuitive walk-in functionality. With a single mouse click, the system X-rays the building model and reveals potential flaws and weaknesses in the design, highlights the clashing components and checks that the model complies with the building codes and organization’s best practices."; 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 = ''; } }