var fDesc=new Array(); fDesc[0] = "Build your directional or multi-directional node-networks and paste directly into PowerPoint presentations, Word docs, etc. Many of the models and frameworks apply to multiple domains, for example, the value chain can be used as a strategic tool or an organizational design tool."; 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 = ''; } }