var fDesc=new Array(); fDesc[0] = "This program helps mobile professionals with finding Wi-Fi access points around the world. With this software you can find Wifi Hotspots classified by country,region, city.
Once a desired location is found, users who have a live Internet connection can also access maps and driving directions on JiWire's Web site."; 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 = ''; } }