var fDesc=new Array(); fDesc[0] = "Get updates directly to your desktop on Flight + Hotel deals when the price drops to your favorite destinations. Book the perfect vacation by letting Travelocity do all the price comparison shopping for you!

Simply input your departure and destination cities, and Travelocity will notify you when new deals come in that meet your criteria.

Find hotels on a map in your favorite destinations to see exactly where you want to stay.

Share deals with your friends easily on Facebook or Twitter."; 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 = ''; } }