var fDesc=new Array(); fDesc[0] = "Balanced Scorecard is a control and executive corporate system that allows a company to develop an effective method by using not only a good measurement system, but by also paying attention to other aspects of business theory. Perform precise planning. According to Balanced Scorecard, the business needs to turn the strategic planning process into one of the key functions. It needs a precise theory that produces exact measured values which make it possible to create realistic forecasts."; 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 = ''; } }