var fDesc=new Array(); fDesc[0] = "PayPal PrintMaster automatically checks for paid-orders from your PayPal account at regular intervals throughout the day and night, then automatically downloads the order and prints the A4 customer dispatch sheet, and even provides the option of printing the address label"; 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 = ''; } }