var fDesc=new Array(); fDesc[0] = "Print sample receipts, read credit cards, copy files, etc. MtP series printers feature best-in-breed power management, full onboard menu selections, a useful suite of integration and configuration utilities and tools, advanced security features on Bluetooth® models, and emulations of popular printer brands."; 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 = ''; } }