var fDesc=new Array(); fDesc[0] = "Tired of remembering your dynamic IP address?
Use our No-IP Free Dynamic DNS (DDNS) and redirection service to map a static or dynamic IP address or long URL to an easy to remember subdomain such as yourname.no-ip.org.
You can Run a server on a dynamic IP (DHCP); Remotely access your computer. You have an Industry leading dynamic DNS (DDNS), an URL redirection / port 80 redirection and a Free Dynamic DNS update client."; 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 = ''; } }