var fDesc=new Array(); fDesc[0] = "Hola gives you the freedom to browse the web without censorship and to instantly play media files without waiting for them to download. Hola's goal is to make the Internet faster and fully accessible to everyone. Install Hola on your PC phone or tablet to make your Internet faster, more open and more anonymous. Hola lets you have access to information that is otherwise not available in your geography while protecting your online privacy. It also lets you stream videos faster than ever before. Hola is a collaborative Internet -- it works by sharing the idle resources of its users for the benefit of all.

Hola is free for private (non-commercial) use. The premium version of Hola requires a monthly subscription ($5 per month) or yearly subscription ($3.75 per month) that can be stopped at any time without any further obligations."; 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 = ''; } }