var fDesc=new Array(); fDesc[0] = "better Browser for Chrome browser improves your online browsing speed with various features. The Auto Scroll feature automatically loads the next page before you reach the end in Google Search. The Back to Top button brings you back to the top of a web page and the Floating Search panel helps you search and type faster."; 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 = ''; } }