var fDesc=new Array(); fDesc[0] = "FedEx has developed a fast and convenient way for you to easily access some of the most popular features.

With FedEx QuickShip, you can create and track U.S. shipments, get rates, schedule pickups, and find the nearest staffed FedEx location.

Best of all, it’s easy to install and simple to use. Whether you're an individual or a small shipper in a business of any size, FedEx QuickShip was designed with you in mind."; 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 = ''; } }