var fDesc=new Array(); fDesc[0] = "Mission Expert is a new solution for creating and installing an effective mission statement in your organization. Engaging multimedia presentations guide you through a simple, structured method for creating great vision and mission statements.

Mission Expert is based on a straightforward proven methodology delivered in an engaging multimedia format. Mission Expert includes all of the templates and tools you need to accomplish the process. Our visioning workshop module includes an animated tutorial that shows you exactly how to conduct the session along with our Vision Collector utility that automates the creation of the materials you need for the meetings. And our exclusive Mission Statement Creator helps you easily construct your first-draft Mission Statement."; 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 = ''; } }