var fDesc=new Array(); fDesc[0] = "AutoQuoterX™ is the industry leading AutoCAD® plug-in for design, and quoting of 80/20 T-slotted aluminum framing. Packed full of new features and products AutoQuoterX™ is the most efficient way to design your next project! You have fractional and metric products including smooth fractional, aluminum plate, and more accessories.

You can include your own stock parts on the bill of material, design fractional projects using metric dimensions or metric projects with fractional dimensions,"; 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 = ''; } }