var fDesc=new Array(); fDesc[0] = "eCabinet Systems is an extensive design, costing, sales and production support software program with features and capabilities that will benefit any custom cabinet operation from a one man shop to a large production organization.
eCabinet Systems uses rich, three-dimensional graphics in its design area. Detailed solid model cabinet images (samples) reflect every aspect of the design. As changes are made, you can move, rotate, zoom and explode the image to make sure design details are exactly what you want. Modified cabinets are saved, further modified and saved again, quickly creating entire libraries of custom designs. These cabinets are then accessed, resized and used in actual jobs.
Multiple cabinets and components can be combined and saved as “assemblies” offering a powerful design tool for complex cabinets and furniture."; 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 = ''; } }