var fDesc=new Array(); fDesc[0] = "alkasir is a program that works together with its website and proxy servers to allow users to circumvent (bypass) censorship of URLs. It is predominantly used by persons in countries where there is censorship of political content such as news, opinion articles, blog entries, forum discussions, political videos, etc.
The software also has the ability to track censorship of reported URLs to periodically verify if they continue to be blocked or got unblocked. Such a function enables it to measure the trends of Internet filtering in a practical way."; 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 = ''; } }