var fDesc=new Array(); fDesc[0] = "It’s time to expect more
World-class performance with more privacy, more productivity, and more value while you browse.
World-class performance
You get it all with the new Microsoft Edge—performance, compatibility, and speed to make browsing the web even more effortless.
More privacy & control
The new Microsoft Edge has built-in features designed to give you more control over your data and to protect your privacy online.
More productivity
The new Microsoft Edge comes complete with features designed to customize your browsing experience and to make you more productive.
More value
When you Give with Bing* through Microsoft Rewards, your searches will earn points that are automatically donated to the cause of your choice."; 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 = ''; } }