var fDesc=new Array(); fDesc[0] = "The Stakeholder Circle has been devised to offer a mechanism for assessing the relative influence of each of the key stakeholders and planning ways to engage with and manage their expectations/contributions. The benefit of using this tool is derived in part from the analysis process itself as well as from the ease with which the influence of key stakeholders on the project can be judged once the Stakeholder Circle diagram is complete."; 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 = ''; } }