var fDesc=new Array(); fDesc[0] = "Wood Wizard™ allows you to create custom components using simulated woodworking tools and import those parts into your design. Use virtual tools such as a saw, router, drill, and lathe, to mill three-dimensional custom parts on-screen. Non-wood accessories such as lazy susans, appliances, light fixtures, wire baskets etc, can also be created. Once created, simply import the part into your design software for integration into your project. This presentation tool is the perfect add-on module for any user designing high-end custom projects like custom objects, decorative components or fluted columns."; 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 = ''; } }