var fDesc=new Array(); fDesc[0] = "Design, plan, and visualize kitchens and bathrooms with 20-20 Design’s thousands of flexible products from manufacturer catalogs and stunning 3D renderings. Created specifically for the kitchen and bath industry, this CAD software’s built-in rules ensure that projects stay on track and comply with industry design standards, from start to perfect finish. Plus get advanced capabilities for closets and countertops with add-on modules."; 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 = ''; } }