var fDesc=new Array(); fDesc[0] = "Strategy Map Balanced Scorecard is an application that enables you to create your own strategic picture and then aligning your organizational operations to the relevant components. The "Strategic Picture" contains the Statements merged and aligned with the Third Generation Strategy Map. The application is fully compatible with the Harvard University definition of Strategy Maps and Balanced Scorecards. It is used for aligning an organization and providing feedback to stakeholders."; 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 = ''; } }