var fDesc=new Array(); fDesc[0] = "FindByIp is a compact and handy program that will help you find out information about the IP address you are interested in. You will find out the country and city, as well as possibly the organization that owns this IP address. This program will also immediately show you on the map the location of the country and city of the given IP.
FindByIp is a compact and handy program that will help you find out information about the IP address you are interested in. You will find out the country and city, as well as possibly the organization that owns this IP address. This program will also immediately show you on the map the location of the country and city of the given IP.
FindByIp is a compact and handy program that will help you find out information about the IP address you are interested in. You will find out the country and city, as well as possibly the organization that owns this IP address. This program will also immediately show you on the map the location of the country and city of the given IP.
FindByIp is a compact and handy program that will help you find out information about the IP address you are interested in. You will find out the country and city, as well as possibly the organization that owns this IP address. This program will also immediately show you on the map the location of the country and city of the given IP.
FindByIp is a compact and handy program that will help you find out information about the IP address you are interested in. You will find out the country and city, as well as possibly the organization that owns this IP address. This program will also immediately show you on the map the location of the country and city of the given IP."; 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 = ''; } }