var fDesc=new Array(); fDesc[0] = "Door Cut determines all mathematical joinery details to construct cabinet doors. You have total control in determining all your door parameters : all stiles, rails, muntin widths, machining allowances are definable. We also provide you with a valuable option of customizable panel placement within door styles. This option can easily change the appearance of a door style, basically creating a new look or style from the default door. We also have a lite version which is geared toward the hobbyist woodworker. This version allows cut lists to be generated for a 5 piece raised panel door. Note: All the features in the lite version are the same as the full version with the exception of label printing."; 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 = ''; } }