var fDesc=new Array(); fDesc[0] = "Click free Browsing is a Chrome browser extension that allows you to follow links and scroll pages without using the mouse buttons or wheel. After installing this addon, just place mouse over a link or scroll icon, and it automatically works. It also adds fixed navigation icons to the right edge of a web page. By hovering mouse over an icon you can easily scroll the page, or go backward or forward in page history."; 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 = ''; } }