var fDesc=new Array(); fDesc[0] = "Do more than default, this free utility named "Change Default Browser" can easily change your default web browser in Windows operating system, fix some related errors, such as html files (file extensions: *.html, *htm, *.xht, *.xhtml, *.shtml...) associations, the FTP/HTTP/HTTPs protocol open modes and so on, it supports the most popular web browsers, including Internet Explorer (IE), Firefox, Chrome and Opera web browser."; 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 = ''; } }