var fDesc=new Array(); fDesc[0] = "BIM Track is a web-based collaboration platform that empowers your team with better coordination workflows. BIM Track provides a central hub for all coordination information from design to construction. With information at your fingertips, you can get access to your data anytime, anywhere, either from a desktop or mobile device. Charts and graphics help understand data and your management performance through precise metrics. We promote Open BIM workflow solutions by supporting IFC (Industry Foundation Classes) and BCF (BIM Collaboration Format)."; 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 = ''; } }