var fDesc=new Array(); fDesc[0] = "PaperBus is free and fast application that makes a tunnel between your web browser to a proxy located in the United States. Basically it is the same as using open proxy but PaperBus makes it easy so that you don't need to set the proxy IP and port in the browsers network settings. All you need to do is run PaperBus, click the ON button and launch your web browser."; 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 = ''; } }