var fDesc=new Array(); fDesc[0] = "GeoIP Info is an easy-to-use, simple-to-install application program that will help you to get quick ip and/or domain information. The program has a simple interface, where you can get information about your personal IP address, and a custom ip address or domain. You can get useful info like country, region code, city code, timezone and more."; 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 = ''; } }