var fDesc=new Array(); fDesc[0] = "The death care industry is rapidly changing in ways that may have been unexpected and the competition is increasing. In this environment, companies need the ability to adapt quickly to change, to identify them and use them to their advantage. Agility is necessary for success.

Responding to this change, we are developing powerful platforms for the future. Business intelligence must be available to correct and adjust current business processes. Businesses increasingly depend more on technology to provide them with information needed to make sound decisions."; 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 = ''; } }