var fDesc=new Array(); fDesc[0] = "Bamboo Spear can be used to switch Google Chrome's proxy setting quickly. It is easy to add new proxies to the list; you can also add a list of websites that each proxy should bypass. You can share your proxy settings with your team easily because, you can import and export them as json."; 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 = ''; } }