var fDesc=new Array(); fDesc[0] = "Microsoft Exchange provides businesses with email, calendar, and contacts on the PC, phone & web, so employees can stay connected and in sync.
Features:
-Multi-layered, anti-spam filtering with continuous updates helps guard against spam and phishing threats
-A variety of storage options allows you to give users bigger and more reliable mailboxes
-Support for the web browsers and devices you use most means you can work from virtually anywhere
-Available as a server you manage yourself or hosted by Microsoft while you maintain control of settings"; 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 = ''; } }