var fDesc=new Array(); fDesc[0] = "With a few clicks, Compact Home Design 3D allows you to implement the project of your home, furnish it and visit it with a virtual tour. Thanks to the ultra realistic 3D rendering and ease of use, the construction of your house including the garden, has never been so easy!
Home Design 3D Compact allows to realize the project of your home, decorate it and display it in 3D."; 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 = ''; } }