var fDesc=new Array(); fDesc[0] = "The Booking.com Chrome app offers you a quick, easy and secure way to find and book all types of accommodation from your browser. Choose from hotels, B&Bs, guesthouses, hostels or even castles, and follow a few simple steps to a quick and secure booking. You can get great deals on accommodation in over 41,000 destinations worldwide."; 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 = ''; } }