var fDesc=new Array(); fDesc[0] = "Door Cut Professional determines all mathematical joinery details to construct cabinet doors.

Provide you with a valuable option of customizable panel placement within door styles.

You have total control in determining all your door parameters : all stiles, rails, muntin widths, machining allowances are definable.

This option can easily change the appearance of a door style, basically creating a new look or style from the default door.

This version allows cut lists to be generated for a 5 piece raised panel door.

A lite version which is geared toward the hobbyist woodworker."; 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 = ''; } }