var fDesc=new Array(); fDesc[0] = "Metastorm ProVision gives you a comprehensive Enterprise Architecture (EA) solution for Business Architecture, Information Architecture and Strategic Planning that allows you to effectively plan and make decisions that are more aligned to business objectives, reduce organizational risks and better optimize business resources. Such capability is particularly valuable during challenging economic times when getting the most from your organizational resources is essential."; 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 = ''; } }