var fDesc=new Array(); fDesc[0] = "Google Chrome is the most popular web browser, featuring a multi-tabbed interface and support for the latest web technologies. Having seamless connectivity with Google services, you can easily synchronize your saved passwords, bookmarks, and browsing history across devices. Chrome provides multiple themes, and light and dark modes to customize according to your needs."; 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 = ''; } }