var fDesc=new Array(); fDesc[0] = "The Segmented Project Planner is a computer program created to assist you in the process of designing segmented projects for the wood lathe; making the task easier, faster, and more accurate. The program provides the most comprehensive support available for segmented vessel design and construction. It runs on the PC under all current Windows versions and, with the help of Virtual PC, Parallels, Boot Camp, or VM Ware Fusion, the Mac as well. Registered users get free upgrades.

The Segmented Project Planner supports the beginning of the design activity by providing the Sketch-A-Bowl™ mechanism for developing an initial shape for your object. Starting from a simple shape, you push/pull on the sidewalls of the object until it looks just right. Or, if you would like to trace a shape from a picture, use the Shape-A-Bowl dialog. In either case, after developing that perfect shape, save the shape as a segmented project file with a specified height, diameter, and layer thickness. If you develop a particularly good looking object, a simple button push will transform it into a new starter shape for later use.

The Segmented Project Planner further supports the design activity by giving you hands-on manipulation and refinement control over each segmented project layer and showing you what it will look like. It then lets you paint individual segments with wood colors, complex segments/mosaics or graphic images. You can also establish open segments or vertical spacers. All this so you can get a very good idea of what the finished segmented project will look like before going to the shop."; 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 = ''; } }