var fDesc=new Array(); fDesc[0] = "Digibility Provides a solution that will:
- Streamline your business processes and lower your stress level
- Allow you to easily share information in your office
- Make you more responsive to your customers
- Transform your content into a valuable, instantly-retrievable resource
- Eliminate duplication of information
- Assure fast reaction to queries, audits and other legal actions
- Empower employees to become more productive
- Facilitate the ability to comply with the Access to information ACT
Enable employee collaboration
Safeguard your documents and content"; 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 = ''; } }