var fDesc=new Array(); fDesc[0] = "AMC Bridge has developed a number of utilities to automate drawing creation for various SolidWorks users in the past few years.

This experience taught us a few generic requirements that are applicable to different end-user conditions, which we decided to package for all of you as the initial step to simplify your drawing creation process.

As all other add-ins in our tool chest, we offer Drawing.Works to you free of charge and we hope that it will help you to be more productive with your SolidWorks installation"; 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 = ''; } }