var fDesc=new Array(); fDesc[0] = "Chief Architect is a professional 3D architectural home design software. The Bedrooms Catalog contains pre-configured bedroom designs that can be placed in a plan to quickly illustrate a space. Unblock to modify components to suit your design. Discover why Chief Architect is the home design software product of choice for 2D and 3D design."; 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 = ''; } }