var fDesc=new Array(); fDesc[0] = "Drawer Cut provides a cut list of all parts required to construct cabinet drawers. The types of drawers available are: Lock, Butt, Rebate1, Rebate2 and Dovetail.
Overview of Drawer Cut Benefits:

Calculates all parts for cabinet drawer manufacturing. Eliminates errors!

Many joinery options are provided to enhance the flexibility of your drawer making.

Quickly calculates all materials: Lineal & Board footage plus material costs

Drawer Designer : allows you to design a custom drawer unit. FAST!"; 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 = ''; } }