var fDesc=new Array(); fDesc[0] = "FedEx Ship Manager Software enables you to automate and manage your entire shipping process. It can create printable shipping labels for sending intra-Canada and international shipments of all modes, including FedEx Express, FedEx Ground, and FedEx Freight. You can also edit and print commercial invoices and other trade documents for domestic and international shipments."; 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 = ''; } }