var fDesc=new Array(); fDesc[0] = "The AutoCAD WS plug-in for AutoCAD software adds a new "Online" ribbon tab and toolbar to your AutoCAD environment, enabling you to upload and manage DWG files in your online workspace directly from within AutoCAD.

Easily synchronize changes you have made to AutoCAD desktop files with those files you store on the AutoCAD WS server."; 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 = ''; } }