var fDesc=new Array(); fDesc[0] = "TripTracker is the convenient way to carry along trip essentials (such as flight, hotel and rental car information) and track all the trip-related activities (frequent flyer miles, expenses & more) at the desktop as well as on the go. Plus it includes useful tools (a currency converter, world time clock, etc.) that?ll certainly come in handy.

And when you team TripTracker for Windows Mobile with its desktop counterpart, TripTracker for Windows, you?ve got a winning combination to comprehensively handle your travel needs while at home or away. Now all you need is your toothbrush and you?re good to go!

A boarding pass, ID and a Windows Mobile device running TripTracker can certainly lighten your load the next time you take off! The idea sounds intriguing? Scroll down for an overview of all the great advantages TripTracker can bring to your life when on-the-go."; 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 = ''; } }