var fDesc=new Array(); fDesc[0] = "Ultimate IP Changer installs itself directly into the system tray, so that you have easy access to its features. These include Restore, Minimize, Profiles, Settings, and Always on top. You can set up different configurations, so that you can choose the one you need with a single click.
If you need to use your computer in more than one network and/or you have to switch your IP address parameters Ultimate IP Changer is the perfect choice."; 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 = ''; } }