var fDesc=new Array(); fDesc[0] = "Mechanical Power Tools is a tooling add-on software package which includes a parametric parts library of nuts, bolts, holes, fasteners, etc., along with datum dimensioning, hole charting, block management, mechanical utilities, plot stamping, and more.

- Efficient, easy to use dialog interface makes setup and creation of fasteners a snap.
- Parametric generation of all nuts, bolts, fasteners, holes, and shapes.
- Create and maintain multiple layer schemes for different customers.
- Includes Block Manager, our powerful organizational tool.
- Includes complete parametric AISC structural steel shapes.
- Mating Piece Option automatically calculates the correct thread engagement.
- Power Edit allows you to change any feature parametrically.
- Power Swap allows you to change your fasteners to any hole type.
- Includes Hole Charting, Datum Dimensioning, and much, much more!"; 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 = ''; } }