var fDesc=new Array(); fDesc[0] = "The AutoCAD® Civil 2010 Object Enabler is a 32-bit freeware application that allows object data created in AutoCAD® Civil 3D® 2010 and AutoCAD® Civil 2010 to be accessed outside of those environments. This Object Enabler can only be applied to 32-bit applications in a 32-bit Operating System environment."; 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 = ''; } }