var fDesc=new Array(); fDesc[0] = "innoplus is the superior software solution which meets all professional requirements.
Typical for our programmes
Plan in 3D-perspective and in 2D-views
Move freely in the room
Automatic hide/show of objects
Realistic display during the planning
Varous illumination variations
Display of the ambiance
Assistents for the fitting of a bathtub, front-walls and platforms
Animations of objects in order to spot collision
Display of movement areas
Objects are mounted automatically at height according to DIN
Functions for tiling, the insertion of listellos and decor tiles
Design variants for décor tiles
Width of joint can be choosen freely"; 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 = ''; } }