var fDesc=new Array(); fDesc[0] = "ProxyShell Hide IP is a powerful proxy service, it can hide your IP address with up to 10 proxy IPs at the same time and customizable surfing rules. ProxyShell Hide IP provides fast, stable and encrypted proxy IPs in US/UK/CA/NL. This service allows you to surf the internet using up to 10 proxy IPs at the same time, and it has ability to change IP for each site automatically. You can also customize surfing rules to use any proxy IP for any specified website."; 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 = ''; } }