var fDesc=new Array(); fDesc[0] = "This proxy checking tool can check SOCKS4, SOCKS5, HTTP, and HTTPS proxies with or without authentication. HTTP Headers (Accept, Accept-Encoding) can be easily customized using this program. It can check for URL using HTTP GET or POST requests; multi-threading makes this application quite fast."; 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 = ''; } }