var fDesc=new Array(); fDesc[0] = "The Audio Text Manager (ATM) is designed to give you a fast, graphical view of the call flow patterns configured in the Unity database and allow you to modify that flow quickly and easily. The ATM is made up of 3 basic view areas on the screen. The Tree and Grid view tabs on the left and the Information tabs."; 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 = ''; } }