var fDesc=new Array(); fDesc[0] = "The power of Logbook Pro PC editions in the palm of your hand! With the Logbook Pro PDA Companion for Palm OS and Pocket PC (Windows Mobile) devices, you can leave the computer at home or office and take only your PDA on the road and keep your logbook up-to-date with ease. Enter Certificates, Ratings, History, and Logbook data with the tap of your stylus. Automatic field entries (Autofill) allows fields to be filled in based on the value of the Duration entered as configured from the PC. Custom fields are propagated down to the PDA from the PC's settings as well so there are no limitations in logging flights on the Palm device. Take advantage of your color display with color coded indicators, such as red entries showing as expired in the History section...a quick indicator of expired events."; 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 = ''; } }