var fDesc=new Array(); fDesc[0] = "DreamPlan Home Design Software allows you to create the floor plan of your house, arrange furniture in it, and visualize the result in 3D. It provides a simple interface where you can easily switch between 3D, 2D rendered, and 2D blueprint modes. You can also plant trees, design gardens, add swimming pools, etc. 3DS, STL, and PLY 3D models can be imported to this program."; 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 = ''; } }