var fDesc=new Array(); fDesc[0] = "Total 3D Landscape™ separates itself from other products in its class since it is designed for you, rather than a landscape architect or contractor. Previous design skills are not needed. Whether you are creating an enchanting water garden, lively tropical garden, or a relaxing reading spot, all the tools and inspiration you need are included. You'll have access to all the features you need without paying for features you don't want."; 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 = ''; } }