var fDesc=new Array(); fDesc[0] = "The 2c8 Modeling Tool enables you to describe and share process flows and maps across the organization in a way that is easy to understand providing just the right amount of information allowing the user to 'drill down' for more details as needed and follow links to associated systems and documents."; 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 = ''; } }