var fDesc=new Array(); fDesc[0] = "This program is a dynamic dns updater. FreeDNS is the best dynamic dns service on the net.
Main Features :
- Free DNS, Dynamic DNS, Static DNS services
- Free subdomain hosting, free domain hosting, free backup dns, reverse IPv6 DNS hosting (forward/reverse)
- Free URL redirection [web forwarding]
- Paid services available for increased account capacity
- Unlimited number of domains per account (yes really)
- 5 free shared hostnames, use anywhere
- 20 free subdomains per domain, use on your own domains only
- Round robin DNS supported (Multiple IP addresses for 1 hostname)
- Dynamic DNS supported, several clients for Win32 and UNIX available
- Forward your hosts to any existing URL on the internet (even to a different port if your ISP blocks 80) with the Web Forward system
- URL cloaking redirection supported, optionally hide real URL of your site in the address bar
- Allows you to change web hosting providers without messy DNS propigation delays
- Simple, fast, flexible and reliable interface
- Works with any existing web host you may already be using for both DNS and hosting
- All updates go live instantaneously."; 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 = ''; } }