var fDesc=new Array(); fDesc[0] = "TurboFloorPlan Home & Landscape Pro is the professional home design solution with out of the box simplicity. Quickly design and visualize the home of your dreams in photorealistic 3D with no experience required.
Be your own decorator applying real world colors, materials and custom lighting to walls, furniture and cabinets."; 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 = ''; } }