var fDesc=new Array(); fDesc[0] = "The ADLInspect system is an extension of ADLForms that allows you to easily complete ADLForms Entry, Exit and Routine Condition Reports on site using a hand-held device. This system is comprised of multiple pieces of software distributed across both Desktop PC and Mobile Phone and as a whole is referred to as ADLInspect."; 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 = ''; } }