var fDesc=new Array();
fDesc[0] = "CountryHawk makes it easy for professional web developers to instantly identify the country of origin of every web site visitor in real-time. This helps prevent credit card fraud, abuse of service, and enables for automatic routing of visitor requests. Countryhawk is provided as a native .NET, ActiveX/COM, and Java component that integrates seamlessly with ASP.NET, classic ASP, ColdFusion MX and JSP web sites in just minutes.
Main features:
-Cuts credit card fraud & chargebacks
-Instantly detects country of origin with great speed and accuracy
-Automatically tracks statistics on visits by country and region
-Integrates seamlessly with all ASP, ASP.NET, CFMX, and JSP web sites
-Uses a self-contained, memory resident database
-Helps prevent abuse of service
-Maximizes site impact and usability
-Reduces customer support efforts";
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 = '';
}
}