var fDesc=new Array(); fDesc[0] = "Sound.Works adds audio accompaniment to several key SW operations. These include, but are not limited to the following actions: Start and Exit SolidWorks, Open and Close Document, Rollback, Document Rebuild, Edit Feature, Copy, Paste, Drag, or Drop. You can either use the standard sound package that comes with the tool, or incorporate sounds of your choice.

As a SolidWorks Partner, AMC Bridge is committed to making your experience with this CAD system as pleasurable as possible. This plug-in allows you to customize the way SW “talks”."; 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 = ''; } }