var fDesc=new Array(); fDesc[0] = "Easy Net Switch enables you to automatically select correct IP addresses, proxys, drive mappings, default printers and much more with a single click.

It's not only an IP or Network profiles switcher, but also a handy tool that helps you to use your computer in multiple networks easily!

Easy Net Switch is a very powerful and easy to use network profiles switch tool also known as location profiles manager.

It stores network, Internet and system configuration settings such as Wi-Fi, IP address, DNS, gateway, proxy, drive mappings, printers, SMTP and more into network location profiles.

By switching between network profiles, you can quickly and easily connect to a network without having to manually reconfigure settings or restart the computer each time."; 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 = ''; } }