var fDesc=new Array(); fDesc[0] = "Tor Browser Bundle is a set of tools that lets you access Tor network. It includes a Firefox browser configured to access internet through Tor. This can be used to open websites that are blocked in the school or the country that you are living. Also, the websites do not get much information about the person visiting them. This package includes a program called Vidalia that makes the connection to Tor. It can be configured to use a proxy server too. This is a portable application and doesn't need to be installed."; 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 = ''; } }