var fDesc=new Array(); fDesc[0] = "NAVFIT98A is a Windows based software application that helps users create, store, organize and print fitness or evaluation reports. These reports are printed in hard copy and mailed to Navy Personnel Command.
PERS-32 then scans the hard copy into the FITREP/EVAL (FE) Module of the Electronic Military Personnel Records System (EMPRS) creating an image of the report that will be placed on a member’s permanent digitized record.
NAVFIT98A is considered a NMCI core application (CA). A software application is designated as an NMCI CA if it is part of the Core Build for any particular seat platform on any operating system (OS) (all applications required to deliver any of the base Client Data seats are considered CAs).
NAVIT98A is a DON Application and Database Management System approved application. Please check with your network administrator before installing NAVFIT98A on a network workstation."; 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 = ''; } }