var fDesc=new Array(); fDesc[0] = "BiesseCabinet is an easy-to-use yet powerful software solution for designing office and household cabinets.

Main features:

-Generate wireframe renderings, programs and work lists
-Generate cut lists for panel saws
- Enter labeling information for BiesseNest, with parts graphics, including edgebanding
- Manage structures, wall units, fixed shelves, adjustable shelves, doors, drawers and individual tops
- Parametrically customize drilling tools for all phases of production: construction, shelves, hinges, handles, drawers, hooks, etc.
- Create macros for parametric design of furniture in linear sequences
- Add MDF doors from a library of parametric designs"; 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 = ''; } }