var fDesc=new Array(); fDesc[0] = "Programming library to help developers easily automate Windows DNS servers with a few lines of code. Save hours and hours of work with an easy to use library.
Managed .NET libraries provided. Free and full versions available. Extensive programming manual with full practical examples. This programming library allows you to manage zones on both primary and secondary DNS servers; create, modify and delete zones and enumerate records in them. Control DNS servers; start, stop and re-start them and also list all zones on the DNS server. Manage resource records; add, modify and delete them including MX and reverse lookup records. Save yourself endless headaches and hours of painful research by getting this library and get the job done quickly and easily!"; 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 = ''; } }