var fDesc=new Array(); fDesc[0] = "ExpressShipper is an easy to use shipping solution designed by TNT Express for use by small to medium enterprises. The software provides all the benefits of a standalone PC application as well as web interfaces for the most up to date collection, pricing and tracking information. You can download the software from this page and get to know the ExpressShipper product."; 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 = ''; } }