var fDesc=new Array(); fDesc[0] = "The program for bathroom design and tile cover calculation. It will be equally useful for both tile store staff and for people professionally engaged in interior design. The program ‘Tile’ is intended for creation of graphic images and 3D models of the rooms where walls and the floor can be covered with tile. The program ‘Tile’ allows you to create a 3D model of a room on the given measures with needed door and window openings; select a necessary tile from the catalog, plan design and lay the tile correctly in a bathroom, a toilet, a kitchen and other rooms; place 3D objects; calculate the quantity of needed tile not only for the whole room but also for a separate wall. This program could be also used to demonstrate to your clients how one or another collection of ceramic tiles will look in a certain interior."; 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 = ''; } }