var fDesc=new Array(); fDesc[0] = "SideStep Toolbar is a handy application that allows you to have the latest information about flights, hotels and cars directly on your browser. It allows you to search hundreds of websites at once, so you can view and select the deals more convenient to you, thus saving you time and money. The toolbar provides instant access to hotels in popular cities in the United States and Europe. You can also take a look at the hotels reviews from TravelPost.com, where you can also provide your own review about your personal experience. If you sign up you can get additional tools such as customized results, saved preferences, search history, email fare alerts, and saved results. They also offer their own Hotels website in which you can find great deals on accommodation as well as the cheapest car rentals available. This bar would be perfect if it included a search box and the possibility of adding favorite websites.
The toolbar supports Windows 95/98/ME/NT/2000/XP, and Internet Explorer 5.0 or later."; 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 = ''; } }