var fDesc=new Array(); fDesc[0] = "Proxy Mask is a network utility that allows you to access blocked content from various websites. The program hides your IP address and allows you to surf anonymously without a trace on the Internet. It supports HTTP and HTTPS proxy servers and allows you to define different proxy setting for different processes at the same time."; 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 = ''; } }