var fDesc=new Array(); fDesc[0] = "DoView is the fast, easy to use modeling software designed specifically for building professional outcomes models.
DoView equips you with a visual tool to clarity your high-level outcomes, to show you the steps you need to achieve them, and to see whether or not you're on track.

It's used by program staff, strategic planners, evaluators, performance managers, contract managers and many others. DoView is increasingly being used by a range of different organizations involved in health, welfare and the environment, and in a range of sectors including government, philanthropy, not-for-profit and for-profit."; 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 = ''; } }