var fDesc=new Array(); fDesc[0] = "If you open a ShipConstructor drawing in AutoCAD (that is, without using ShipConstructor), AutoCAD will not recognize any of the custom objects that were created by ShipConstructor. Object Enabler is a program you can install on computers running AutoCAD, but not ShipConstructor, that enables AutoCAD to recognize custom objects created by ShipConstructor. This allows users with only AutoCAD to contribute to a ShipConstructor project."; 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 = ''; } }