var fDesc=new Array(); fDesc[0] = "This is a report that you can generate that displays pictures of the door styles currently in use. So, instead of just a Cutsheet, you will also have a picture of the style your building. It's a good reminder for you while your building but even handier if it is NOT you building, but rather another cabinetmaker in the shop.

Another new feature is the 'Wizard Notepad'. It is a builtin text editor that yo can use for any misc. Job Notes that you need to make. The Wizard starts you off with your business name, the date and the Jobname already at the top of the page. And, with the addition of the new Catalog utility, entering doors has even gotten quicker.

Just scroll through the Catalog, that YOU create, to the style that you wish to build. Thats all you need to do to let Cabinet Door Wizard know how to calculate! You now only have to enter door quantity, door name, height and width."; 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 = ''; } }