var fDesc=new Array(); fDesc[0] = "Shadowsocks is a secure socks5 proxy, designed to protect your Internet traffic and bypass firewalls. You can find the Shadowsocks icon in the notification tray. From here, you can add multiple servers in the servers menu, select the Enable System Proxy menu to enable system proxy or configure your browser proxy manually, change the PAC rules by editing the PAC file, start multiple Shadowsocks instances, and more."; 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 = ''; } }