var fDesc=new Array(); fDesc[0] = "Area Based ADP (Automatic Drawing Production) drawings are compiled by selecting predefined areas and templates created by the ABA administrator. An area is a physical box volume within the database defined by coordinates, and a template is a drawing layout with set parameters describing a number of views, graphical representation in the views, and types of labelling. Area Based ADP allows a user to produce drawings by selecting a predefined physical box volumes (known as areas), and matching them to a template that describes the format of the drawing to be produced."; 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 = ''; } }