var fDesc=new Array(); fDesc[0] = "BidPro has helped countless pilots and flight attendants to sort their bid choices to get the schedule that best fits their busy family, work and leisure schedule. Find out what thousands of other American Airlines crewmembers already know -- BidPro is truly the program of choice when it comes to bidding!"; 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 = ''; } }