var fDesc=new Array(); fDesc[0] = "SPIRIT offers one of the most comprehensive toolsets available to architects, planners and designers through a cross spectrum of industries. It does this by virtue of it's unique hybrid approach. What does this mean? If one looks at the background and history in the development of Spirit, one will see that the primary initial focus was on effective 2d construction drawing. You may have considered this a drawback to developing a modern BIM cad package, but we used this to our advantage as the following example will demonstrate. One of the unique features that Spirit has had from inception is what we call line overshoots. It may be regarded as a mundane feature, but it sure attracted many architects early on with it's ability to produce documentation that was "architectural" in nature and not "mechanical". We retained this feature and many of the other powerful features in the way we construct our "smart" parametric building objects (walls, windows, doors etc.)."; 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 = ''; } }