var fDesc=new Array(); fDesc[0] = "With the pCon.catalog for AutoCAD you can load and process all symbols from the pCon.catalog in AutoCAD and AutoCAD Architecture. The plugin is available free of charge for all versions of AutoCAD.
The current plug-in is especially characterized by two improvements. On the one hand, the insertion of objects has been advanced. Hence, flickering effects during the placement process of objects can be avoided in future. On the other hand, the new plug-in offers the possibility to reinsert that object that has been imported at last via key control or context menu."; 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 = ''; } }