var fDesc=new Array(); fDesc[0] = "ShipMate allows you to keep track of shipments from FEDEX, UPS, DHL, USPS and CANADA POST.
Expecting a package from Fedex? Sending a customer a shipment through DHL? With Shipmate, easily keep track of all package shipments with Fedex, UPS, DHL, the US Postal Service and Canada Postal Service.

Enter all incoming and outgoing tracking numbers in a master list which Shipmate uses to retrieve delivery information from the carrier’s website. Shipmate will save the delivery status in an easy to read database and checking the progress of packages is a snap!

You can also lookup Phone Numbers, Area Codes and Zip Codes, Get Driving Directions and even Weather reports! Keep track of all your shipments in one safe place."; 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 = ''; } }