var fDesc=new Array(); fDesc[0] = "Installing this preview will not modify your working Internet Explorer browser. It will install as a completely independent program that will offer you limited navigation constrained to the links that appear in the home page. You will be able to perform searches while testing some of the features, but this browser will not allow you to enter an URL of your choice to visit its website - it does not have the toolbars and controls that Internet Explorer usually offers."; 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 = ''; } }