var fDesc=new Array(); fDesc[0] = "This tool makes DNS change easier and faster giving you a series of options like choosing from preset groups of DNS servers the one that fits your browsing habits.

It also brings a powerful feature called DNS Benchmark, that will let you easily find the fastest DNS. Also, it comes with full support for the upcoming Windows 10 operating system.

ChrisPC DNS Switch provides you a simple but effective graphic user interface to select the network adapter/card and change its corresponding DNS with the selected DNS from the preset lists or with a custom DNS. Features are diverse and give you the possibility to maintain your DNS database."; 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 = ''; } }