var fDesc=new Array(); fDesc[0] = "SoftPerfect World Route lets you find out what gateways your data goes through and how fast it travels. You will receive comprehensive route details, with each city and country conveniently marked on the map. You can enter any IP-address or website and see the path which the network packets take to that destination."; 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 = ''; } }