var fDesc=new Array(); fDesc[0] = "Cabinet Creator version 3.25 (32bit) is designed for the shop or individual who wants to start building their cabinets, vanities, bookcases, etc. immediately. Cabinet Creator will produce a cutlist for faceframe cabinets with overlay or flush style doors and drawer fronts. With very little dimensional input, this program will produce a complete cutlist for each cabinet, (including cabinet boxes, face frames, doors, drawer fronts, and drawer boxes). It will also produce a front elevation drawing to scale of each cabinet. It comes with the following accessories: A panel door program module, a master cutlist program module, and calculator/converter program module."; 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 = ''; } }