var fDesc=new Array(); fDesc[0] = "Airbnb is a trusted community marketplace that connects you with people who have space for rent. The free Airbnb app for Pokki allows everyone to list, discover, and book any of these distinctive spaces - from a private apartment to a private island - directly from your computer.
Features:
• Book space in a few simple clicks
• Find out what your place is worth, and start earning cash renting out your space
• Browse amazing Collections to see our most distinctive properties
• Instantly access your upcoming itinerary, complete with directions to your destination
• Message guests and hosts"; 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 = ''; } }