var fDesc=new Array(); fDesc[0] = "Chief Architect Premier is for all aspects of residential and light commercial design. Powerful building and drafting tools help design professionals quickly create plans according to standard building practices. Every element placed in the plan has commonly used defaults to make the design process efficient and productive. As you draw walls, the program automatically creates a 3D model and generates a Materials List. There are powerful Automatic and Manual Building tools to produce Construction Documents with Site Plans, Floor Plans, Framing Plans, Electrical/ HVAC Plans, Section Details, and Elevations. Finally, Chief Architect includes design tools for photo-realistic Renderings, Artistic Renderings and Virtual Tours to help clients visualize your designs."; 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 = ''; } }