var fDesc=new Array(); fDesc[0] = "RPC Plug-in for Autodesk AutoCAD 2011 32-bit is a smart and very useful plug-in for Autodesk AutoCAD.
ArchVision simplifies how RPC plug-ins, RPC Content and texture files are downloaded and installed. Simply click on the Plug-ins button, choose the desired applications and the matching plug-ins are automatically downloaded and installed when the user clicks on continue and install ."; 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 = ''; } }