var fDesc=new Array(); fDesc[0] = "1 Click Hide IP can easily hide IP address to protect your online identity with the ability of anonymous web surfing that ensures a high level of online protection. This program protects your identity by replacing your real IP address with a different one. You will appear to access the internet from a different location, not your own."; 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 = ''; } }