var fDesc=new Array(); fDesc[0] = "For those few of you still using Fastbid, I had to switch web providers and hosting services. In order to get updates and accepted fares, you'll need to uninstall and reinstall the updated version that correctly references the updated web site.
New version is 4.6
This program is designed to ease that monthly ritual all professional pilots must endure - bidding. The bidpack as obtained from the company's website is nothing but a text file with the pairings in the first half and the
lines in the second. Fastbid takes this file and extracts all the pertinent data from it allowing you to harness the power of your PC to simplify the process, while also presenting a fully cross-referenced, scrollable view
that is identical to the printed bidpack. By applying various filters, you can whittle down the lines to those that meet your requirements, and then sort them by many variables using up to 3 priorities. Pairings can be immediately cross-referenced and displayed by merely double-clicking
on a pairing number. Additionally, once you have completed your bid, Fastbid will automatically upload your bid!It's a snap to put in 200 choices so you never can
say you didn't try all options."; 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 = ''; } }