var fDesc=new Array(); fDesc[0] = "eMailMyIP 2.1.3
Know the public IP Address of your home computer from anywhere in the world. eMailMyIP is a simple utility that monitors your public IP, and when it changes it sends you an email telling you what the new public IP address is. You can even add comments to keep track of which computers they're coming from..."; 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 = ''; } }