var fDesc=new Array(); fDesc[0] = "MessageOps Exchange Monitor allows you to monitor the health of the Microsoft Exchange online environment and interact with other users of the service in real time. It performs a variety of tests to help identify and isolate problems you may be experiencing and also allows you to interact in real time with other other users of the service to further help you determine if there is indeed a problem with the service."; 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 = ''; } }