var fDesc=new Array(); fDesc[0] = "The EMS NG (Next Generation) uses the high-bandwidth, internet-connected world to improve the delivery of maintenance information and to improve awareness of its impact on combat readiness. It plays an important role in the transition to embedded diagnostics for future tactical hardware. Web-based authoring portal and IETM displayed in a common web browser. Windows-Linux cross-platform capability. Link directly to business systems like ULLS-G and GCSS-A to order repair parts and support predictive/preventive maintenance. XML conforms to DoD MIL-STD-2361C and S1000D."; 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 = ''; } }