var fDesc=new Array(); fDesc[0] = "The OrgPlanner solution is an easy and concise way to define what your company does, how it does it and who is responsible for doing it.
Inspired by author Michael Gerber's best selling book, The E-Myth Revisited - Why Most Small Businesses Don't Work and What to Do About It, this software allows small business owners and managers to define and document their company's Strategic Objective and Organizational Strategy in an easy to use software application."; 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 = ''; } }