var fDesc=new Array(); fDesc[0] = "VisualARQ is a plug-in designed for a sector of the architectural market. It allows you to work within Rhino’s interface, providing specific tools to create/edit architectural plans, and to work with parametric 3D Objects -such as walls, doors, windows, columns, slabs, roofs, stairs and railings- making the architectural design process and its documentation much easier to handle."; 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 = ''; } }