var fDesc=new Array(); fDesc[0] = "Mass IP Address Locator is a windows freeware utility which can convert any IP address to country name, in short it is a bulk ip2country utility. The app supports conversion of IP Addresses to country in a bulk, along with country, country code is also generated.The conversion process is multi-threaded hence it is very fast."; 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 = ''; } }