var fDesc=new Array(); fDesc[0] = "TurboFloorPlan Home & Landscape Deluxe is the complete home design solution that anyone can use to design their dream home. Multiple design wizards, pre-drawn floor plans, thousands of drag-and-drop symbols, real world materials and textures, and paint from nationally known brands make it easy to quickly specify every detail of the interior and exterior of your home. Pan, zoom in and out, fly around or take a 3D walkthrough of your design, or print a 2D blue print. Even assign costs of materials and use the project estimator to calculate costs before you spend a dime."; 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 = ''; } }