var fDesc=new Array(); fDesc[0] = "Hide Your IP Address purpose is to guard your privacy in Internet by changing your Internet IP Address and enables you to surf anonymously. The program instantly hides your IP address and protects your identity and noone can track you.
The system will give you only the most secure and fastest proxy when using this software."; 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 = ''; } }