var fDesc=new Array(); fDesc[0] = "Business Week calls it "the best locator app out there." And it's not just for travelers. You pick your favorite food, clubs, pubs, stores - your screen shows it. Automatically refreshing as you move.* Handy things like free WiFi, coffee places, ATMs, and late night delights. And particular personal interests: dog parks, boutique shops, wilderness areas, architectural curiosities. Built in maps, directions, one-touch calling. Manual options let you set location. However, concerts and sights can be found world-wide. *Some networks restrict data and GPS for independent apps on some phones. In that case, try our mobile web app and get GPS precision when you set your location with a click. If you use the mobile web Earthcomber, you can update your location for GPS-style accuracy."; 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 = ''; } }