var fDesc=new Array(); fDesc[0] = "Chief Architect is a perfect architectural tool for residential and light commercial design to help the client see the design before construction begins. Often the most challenging issue with designing is communicating your ideas and helping the client visualize the finished project. Chief Architect enables the Architect to communicate and illustrate a 3D model of the project reducing frustrations, unknowns and uncertainties. Improve client communication with photo-realistic renderings, quickly incorporate changes and design realistically for your client’s needs with Chief Architect software on your next project."; 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 = ''; } }