var fDesc=new Array(); fDesc[0] = "Whisher is a plugin that allows you to access in a single click over 60.000 commercial hotspots (BT Openzone, AT&T, Orange and more) on a minute based pricing using WiFi Out credit, the universal WiFi currency. You can also share your WiFi at home and connect to thousands of shared WiFis around the world. Once installed the WiFi manager of the operating system is upgraded with WiFi Out and WiFi sharing capability."; 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 = ''; } }