var fDesc=new Array(); fDesc[0] = "Boingo Wi-Fi is a software developed to allow the Boingo users access to thousands of Boingo Hotspots in hotels, airports, convention centers, and other places around the globe.
Every time a users connects to a Boingo partner hotspot, Boingo's Software will launch a login window that makes it easy to use your Boingo account."; 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 = ''; } }