var fDesc=new Array(); fDesc[0] = "Rhino – Grasshopper – ARCHICAD Toolset connects the best design tools for the different design stages on both Mac and Windows platforms. These tools fill a gap in the design process between early stage design and Building Information Modeling. They offer solutions for seamless, bi-directional geometry transfer as well as a way to translate basic geometrical shapes into full BIM elements while adding algorithmic editing functionality."; 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 = ''; } }