var fDesc=new Array(); fDesc[0] = "Miradi - a Swahili word meaning "project" or "goal" - is a user-friendly program that allows nature conservation practitioners to design, manage, monitor, and learn from their projects to more effectively meet their conservation goals. The program guides users through a series of step-by-step interview wizards, based on the Open Standards for the Practice of Conservation. As practitioners go through these steps, Miradi helps them to define their project scope, and design conceptual models and spatial maps of their project site. The software helps teams to prioritize threats, develop objectives and actions, and select monitoring indicators to assess the effectiveness of their strategies. Miradi also supports the development of workplans, budgets, and other tools to help practitioners implement and manage their project. Users can export Miradi project data to donor reports or, in the future, to a central database to share their information with other practitioners."; 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 = ''; } }