var fDesc=new Array(); fDesc[0] = "Palm Desktop for Garmin iQue 3600 is one of the first PDAs to offer built-in GPS, as opposed to the jackets often used with other models.
Mapping integrates well - you can add a location to any address book entry, for example - but you can only route to an address from your present location, not from one distant one to another."; 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 = ''; } }