var fDesc=new Array(); fDesc[0] = "Exalt, Excalibur's user-friendly and intuitive database monitor and analyzer, is a cost effective, next generation avionics application for streamlined data acquisition, processing and translation into meaningful engineering units. Exalt gets you started quickly and efficiently with monitoring, analyzing and displaying real-time data, from multiple types of buses. Exalt allows you to analyze bus health in many different views: raw data, engineering units or graphical displays."; 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 = ''; } }