var fDesc=new Array(); fDesc[0] = "Use this software to open server side TCP/UDP Intelligent (proxy) ports and map them to any local or remote IP/Port. You can apply RuleSets to Intelligent (Proxy) ports to Block specific IP Ranges, To delay connection for specic IP ranges, Limit maximum number of simultaneous connections per IP and apply this limitation to specific IP ranges. Limit the total number of connections to each Intelligent proxy port"; 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 = ''; } }