var fDesc=new Array(); fDesc[0] = "This complete design suite includes 35 integrated home and landscape design programs developed for the homeowner, rather than architects and building contractors. Whether you are remodeling your house, redecorating a room, creating an enchanting water garden, or designing your dream home, all the tools and inspiration you need are included. With Total 3D™ Home, Landscape & Deck, you can design the perfect kitchen & bath and finally make your house a home. Create beautiful, outdoor living spaces that are the envy of the neighborhood. Design the perfect deck, patio, or pool with 3D Patio & Deck Designer. Include pathways, gardens, fences, tables, chairs, grills, pools, and fountains—whatever comes to mind."; 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 = ''; } }