var fDesc=new Array(); fDesc[0] = "WorldShip gives you access to UPS full portfolio of shipping services. With this program, you can print labels, ship documents, and track your shipments with this. Ship to over 200 countries and territories and from over 130 origins around the world. From package to LTL and air freight, you can process shipments easily, respond to customers faster, and reduce costly errors with WorldShip."; 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 = ''; } }