var fDesc=new Array(); fDesc[0] = "UPS Integrator contains everything needed for real-time integration with the UPS Internet services. The components provide easy access to the most popular domestic and international mail capabilities including shipping and customs label creation, tracking, address verification, and more. The UPS Integrator components interface directly with the United Parcel Service (UPS) and provide access to real-time integration of shipping and customs label creation, tracking, rate calculation, and address verification capabilities."; 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 = ''; } }