var fDesc=new Array(); fDesc[0] = "DomuS3D is an interior design and estimating software tool. The program allows you to draw or import a layout (blueprint) by displacing rooms with simple drag&drop actions in the design area. In the same way, it is possible to place lots of 3D furnishing elements in the room, loading them from a rich products library that allows you to decorate any kind of living space, including exteriors."; 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 = ''; } }