var fDesc=new Array(); fDesc[0] = "The Interior Wizard command enhances the modeling of 3D Zones by applying Accessory Objects to selected walls, ceilings and floors and creating interior finish elements. The Interior Wizard recognizes wall openings and is updated if its associated zone is updated or changed. You can edit the shape and the material parameters of these elements using standard ArchiCAD tools as well as parametric functionality. The Interior Wizard relies on the objects stored in the Accessories Library."; 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 = ''; } }