var fDesc=new Array(); fDesc[0] = "SHAPE onPC allows to plan one or more environments in bidimensional sight ( in plant ) can insert the masonries either those delimitantis that those of inside separation, doors and windows, launchings you furnish as from library of objects.
You can create this way, in simple and intuitive way, the housing space of the Customer.

This project, memorized in local or sent by e-mail, can be then the base of construction of the plans of laying and the painting/composition that they complete it with the possibility of photo-realistic three-dimensional sights in the program complete TILECAD or as base perimeter for projects in TILENet.

Essential in the use of SHAPE on PocketPC for the passage on PC of the projects created on the palm so that to get their completion, print, etc."; 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 = ''; } }