var fDesc=new Array(); fDesc[0] = "DreamDraper is the only software to completely integrate exquisite window treatment designs with Space Planning and Room Elevation functionality in one program. It was also the first software with the ability to create custom client proposals and optional Quoting functionality. With DreamDraper products, you can design a treatment and the surrounding room. Then, show clients exactly what their home will look like when you’re done, and quote a price on the spot!"; 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 = ''; } }