var fDesc=new Array(); fDesc[0] = "IP Find was designed to help those who do not have or are unable to get a static IP address. Static IP addresses are generally needed in order to access web servers from remote locations. Most home computers receive a different IP address each time they log into their ISP. IP Find will monitor your IP address for you and send an email to a location you specify when the address changes."; 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 = ''; } }