var fDesc=new Array(); fDesc[0] = "CountryWhois is a utility for identifying the geographic location of an IP address. CountryWhois can be used to analyze server logs, check e-mail address headers, identify online credit card fraud, or in any other instance where you need to quickly and accurately determine the country of origin by IP address.

What makes CountryWhois different from similar tools is its very high accuracy (over 98%), unprecedented speed of processing (a 100 MB log file is processed within one second), regular updates that keep the ever-changing IP address database up-to-date, an array of supported import and export formats, command-line mode, and a convenient interface.

CountryWhois was built on the renowned SmartWhois® technology developed by TamoSoft since 1997. While CountryWhois is similar to SmartWhois in some respects, it is focused exclusively on IP-to-country identification and doesn't need to contact external Whois servers."; 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 = ''; } }