var fDesc=new Array(); fDesc[0] = "Give your dream home the look and feel you want with Home Designer Interior Designer by Chief Architect Software. Choose from thousands of styles, colors, wall coverings, flooring and materials.

Experiment with your interior design ideas using 3D models, virtual tours and advanced design tools.

Choose from over 1,000 sample plans to inspire your ideas or create your own. Quickly place and arrange walls, windows, doors and cabinets.

Find the perfect colors and materials for your design from brand-name manufacturers or import your own."; 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 = ''; } }