var fDesc=new Array(); fDesc[0] = "Overcome web application compatibility and management challenges with Browsium Ion. Browsium Ion is a web application remediation and browser management solution for enterprise, designed to simplify browser migration and enable IT to maintain control over browser compatibility and security. It enables legacy IE-dependent line of business applications to run in modern versions of Internet Explorer, like IE11, without rewriting applications or installing expensive and complex virtualization solutions. Ion unblocks the web application compatibility issues which most often stall a browser migration."; 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 = ''; } }