var fDesc=new Array(); fDesc[0] = "New Tab Helper is a Google Chrome extension that offers you the possibility of searching the web with Yahoo from your new tab page. This functionality does not interfere with the list of your most used sites, which are still displayed. This feature can be easily disabled from the new tab page through a link at the bottom of the page."; 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 = ''; } }