var fDesc=new Array(); fDesc[0] = "MEI CASHFLOW STS provides the ultimate in flexibility and control of your gaming operation using CASHFLOW SC bill validators and CASHFLOW 9500e coin acceptors. The product includes our PPM or "Portable Programming Module" and our STS "Support Tool Suite" software allowing owners of MEI equipment to download new currency and coin data to their products, to reconfigure the products, and to perform diagnostics and configuration."; 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 = ''; } }