var fDesc=new Array(); fDesc[0] = "Tekla Structures Model Reviewer is a tool for easy and effective construction project communication. Model Reviewer makes project communication more effective because you can easily send marked up Tekla models to other project participants. Tekla Structures Model Reviewer includes excellent model navigation and mark up functionality.

With it you can: easily pan, rotate, zoom, and fly through the model, see important part information, fly through a set of saved locations in the model to present it to the project team, use clip planes to slice through walls and crowded areas of the model, email models easily to other parties and much 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 = ''; } }