var fDesc=new Array(); fDesc[0] = "Enterprise Mode is a compatibility mode that runs on Internet Explorer 11 (Windows 8.1 Update and Windows 7 devices), lets websites render using a modified browser configuration that’s designed to emulate Internet Explorer 8, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.
You can use Internet Explorer 11 and the Enterprise Mode Site List Manager tool to add individual website domains and domain paths, and to specify whether the site renders using Enterprise Mode or the default mode."; 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 = ''; } }