var fDesc=new Array(); fDesc[0] = "ezpos will revolutionize your retail store. With its simple user interface and low cost, ezpos allows you to make sales, track inventory, and store customer information with ease. ezpos is a tremendously flexible program that adapts itself to your retail store. It is capable of a wide variety of integrations and features an expansive suite of add-ons, allowing the program to grow apace with your store! ezpos will help your new retail store break into business, or bring your existing business a new level of organization and simplicity."; 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 = ''; } }