var fDesc=new Array(); fDesc[0] = "NotMyIP is a FREE tool that help overcome censorship and browse anonymously by hiding your IP address. It uses only high quality proxies and works with ALL browsers (Internet Explorer, Firefox, Opera, Chrome, etc). No need for manual configuration or additional plug-ins or add-ons. NotMyIP is the free version of our PREMIUM product, Anonymity Gateway!"; 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 = ''; } }