var fDesc=new Array(); fDesc[0] = "MPOST .NET is a library designed to work with any EBDS supported bill acceptor from MEI. It provides significant savings of time and effort for coding, debugging and deploying applications that require the acceptance and handling of cash. The app is based on the Properties/Methods/Events model of programming used in objected-oriented systems."; 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 = ''; } }