var fDesc=new Array(); fDesc[0] = "HDPOS lite is a small business management software that helps you automate your retail business. The program gives you the ability to create invoices, manage stock of one location and handle your accounting. You can accept payments from your customers as cash and card in this product. It features flexible tax management modules; a stock management and an easy inventory of all your products; support for laser, thermal and ink-jet printers; predefined system reports and invoice formats, and more."; 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 = ''; } }