var fDesc=new Array(); fDesc[0] = "Draw and document typical building elements such as walls, doors, and windows. Draw wall layouts that reflect actual construction.

Modify walls and their endcap conditions on a component level for improved handling of common wall conditions, such as angled, cornered, or intersecting fire-rated walls.

Automatically insert and place doors or windows with complete placement control. Move any wall, and all connected walls and spaces automatically update. Use familiar AutoCAD® commands such as Fillet and Chamfer."; 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 = ''; } }