var fDesc=new Array(); fDesc[0] = "Microsoft Exchange Server, the cornerstone of Microsoft’s Unified Communications solution, is a flexible and reliable messaging platform that can help you lower your messaging costs by 50-80%, increase productivity with anywhere access to business communications, and safeguard your business with protection and compliance capabilities that help you manage risk.

Exchange Server 2010 gives you the flexibility to tailor your deployment to your unique needs and provides a simplified way to help keep email continuously available for your users.
This flexibility and simplified availability comes from innovations to the core platform that Exchange is built on. These innovations deliver numerous advances in performance, scalability, and reliability advancements."; 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 = ''; } }