var fDesc=new Array(); fDesc[0] = "Simple Authoritative Name Server is a simple DNS server for all Windows platforms, Windows 95 and up, that can be a primary DNS server for your domains. Consisting of only one graphical program, you can get your own basic DNS server, supporting zone transfers and standard master files, up and running with a few clicks of your mouse!

Main Features :

- Primary DNS : Serve lookup information for internet or local network
- Instant updates : Edit your zones directly in the server, and see changes applied instantly
- Zone transfers : Duplicate your zone data for redundancy
- Graphical UI : No need to edit text files"; 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 = ''; } }