var fDesc=new Array(); fDesc[0] = "DomuS3D® is the leading 3D interior design software in the ceramic tile and sanitary ware markets and is widely used by major manufacturers and retailers all over the world.

It offers an integrated system that allows you to design customized interior design solutions and promote materials such as ceramic tiles, hardwood, stone, sanitary ware and furnishing."; 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 = ''; } }