var fDesc=new Array(); fDesc[0] = "If the Internet program you are using does not have a socks proxy option you can use Sockscap to make it support socks proxy. After changing the socks proxy in Sockscap, you have to close the program and then run it again to make it use the new socks proxy."; 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 = ''; } }