var fDesc=new Array(); fDesc[0] = "ADePT was developed to automate and standardize the production of analytical reports. ADePT uses micro-level data from various types of surveys, such as Household Budget Surveys, Demographic and Health Surveys and Labor Force surveys to produce rich sets of tables and graphs for a particular area of economic research.

ADePT dramatically reduces time required for the production of analytical reports, minimizes human errors, allows easy introduction of new techniques and methods to a wide audience of policy practitioners, and allows users to free up resources for other activities, including drawing policy implications from the empirical evidence."; 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 = ''; } }