var fDesc=new Array(); fDesc[0] = "Trns•port Expedite® is a Windows application designed to work with Trns•port Preconstruction®, PES® and LAS®, or any similar proposal preparation and bid letting management system. Trns•port Expedite effectively streamlines the bidding process, providing transportation agencies with control over the bid letting process while facilitating bid submittal for contractors. In use in over 30 state transportation agencies, it allows bidders to receive proposal item schedules and submit and withdraw item bids in a secure, electronic environment.
Trns•port Expedite also tracks Disadvantaged Business Enterprise (DBE) commitments and automates calculations, applying amendments and other tasks. Electronic bidding greatly reduces the time and expenses associated with data entry, bid revisions, bid tabulations and finalization."; 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 = ''; } }