var fDesc=new Array(); fDesc[0] = "Flexijet is a new, revolutionary CAD-Measuring system with a diversity that enables first-time users, all-rounders and specialists with the optimum measurement creation.

Whether stonemasonry, fair-, stairways- or furniture design, carpentry, land surveying or kitchen fitting: Flexijet qualifies for diverse measuring assignments; the possibilities of application are just 'unlimited'.

Measuring furnished spaces without moving the furniture: With Flexijet it is not a problem."; 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 = ''; } }