var fDesc=new Array(); fDesc[0] = "Whether your operation ships as many as 20,000, or as few as 20 packages per day, this integrated, multiple carrier shipping system will greatly improve your productivity and substantially reduce your overall shipping costs.

The Malvern Manifest System can work for a single user or in a multiple station network environment. Using Malvern Link, the shipping system can be linked in real-time to virtually any host application, database, text file, and platform.

Main features:
-Ship packages more efficiently with complete automation of all shipping processes and seamless integration with existing applications
-Cut shipping costs with automatic rate shopping comparisons between carriers
-Improve accuracy by reducing manual data entry
-Maintain carrier compliance with easy application of carrier rate changes
-Improve customer service by automatically sending shipment notification emails
-Reduce address correction fees with Address Correction feature
-Save money on insurance by using optional third-party parcel insurance providers
-Generate comprehensive and configurable reports for analysis or auditing."; 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 = ''; } }