var fDesc=new Array(); fDesc[0] = "With this program, you can stay connected to UnoTelly 24/7 without needing to log in to unotelly.com to update your IP every time it changes. This automatic IP updater has a simple to use interface where the user can change the DNS settings and to choose the DNS servers from the list."; 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 = ''; } }