var fDesc=new Array(); fDesc[0] = "The Rater Quick NCOER Edition contains the latest forms, examples, and references to quickly compose and manage professional looking NCO(non commissioned officer) Evaluation Reports. The program includes over 1700 editable cut and paste NCOER bullet examples.

It has a complete Reference Library that contains all the Army Regulations, DA Pamphlets, DA Memos, and FM's related to the NCOER."; 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 = ''; } }