var fDesc=new Array(); fDesc[0] = "PolicyMaker provides step-by-step guidance to help you conduct a stakeholder analysis and design political strategies to support your policy. PolicyMaker helps you comprehend the political dynamics of policymaking, and plot a path to victory by helping you analyze systematically who your supporters are, why your policy may face opposition, and what strategies might help you be more effective. In short, policymakers who confront complex political problems need PolicyMaker 4 software."; 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 = ''; } }