var fDesc=new Array(); fDesc[0] = "Advanced IP Address Calculator is an easy-to-use and powerful IP subnet calculator that will allow you to calculate every aspect of your subnet configuration just in a few minutes. This incredible application generates a color-coded bit map, breaking down the network, subnet, and host portion. Moreover, the program shows you the subnet host address range, the subnet ID, the subnet broadcast address and network type. What is more, Advanced IP Address Calculator supports both the binary and hexadecimal representation of IP addresses. In addition to this, the program features a simple and intuitive user interface which allows the use to both experienced and novice users making this task really straightforward. The supported operating systems are: Windows 95, 98, ME, NT4.0, 2000, XP and 2003. Advanced IP Address Calculator is an essential tool that has been designed to help network engineers who need a fast way to determine subnets host address, IDs, broadcast addresses and network types."; 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 = ''; } }