var fDesc=new Array(); fDesc[0] = "ExpressRate November 2010 is the latest version of Con-way Freight’s popular desktop rating application, and is available for download. Rates included in this version are effective November 1, 2010. This version includes all the enhancements introduced beginning with ExpressRate 2001, including full client/server functionality - install it once on a server and multiple workstations can use it.

Like always, it offers an easy-to-use graphical user interface, a full help system, Con-way Freight Service Center addresses and telephone numbers and Con-way Freight service standards. It’s compact, efficient and useful on a majority of computer systems and will run on Microsoft Windows 98, 2000, NT 4.0 and XP. You will download a zip file named Con-wayExpressRateNov2010.exe, which, when downloaded, will create the installation and setup utility for ExpressRate November 2010. Please note when you are ready to install ExpressRate November 2010, double-click er2010_nov.zip. This will unzip a file named setup.exe which, when double-clicked, will launch the installation facility. Follow the prompts to install ExpressRate November 2010."; 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 = ''; } }