var fDesc=new Array(); fDesc[0] = "Wandering IPs is a program that will show you a 3D view of the Earth with the position of different IPs that you are connected to. You will get detailed information about the process that is accessing the Internet, the IPs that can connected to, the exact position of the IP addess,etc. You can also get the connection table that will list all the IPs and details."; 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 = ''; } }