var fDesc=new Array(); fDesc[0] = "Solibri Model Viewer (SMV) is the software that everyone working within the construction industry should use. SMV is your first step into the collaborative review process.

It allows you to open files from other Solibri Model Checker (SMC) and SMV users, browse models in 3D and add comments as necessary."; 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 = ''; } }