var fDesc=new Array(); fDesc[0] = "KePMS is a computerized database for the management and analysis of the President's Emergency Plan for AIDS Relief Care, Treatment and Prevention Indicators.

The Kenya HIV/AIDS Program Monitoring System (KePMS) is a Microsoft Access based indicator monitoring database for use in the management, monitoring and evaluation of HIV/AIDS treatment and prevention programs supported by PEPFAR.

It is designed to operate at the level of in-country implementing partners who manage program specific data and forward it to national level where it is aggregated automatically by USG program managers.

The KEPMS can reduce the burden of reporting and improve the quality of data by standardizing the collection of data. The KEPMS also allows partners to monitor their own performance and make decisions informed by the data."; 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 = ''; } }