var fDesc=new Array(); fDesc[0] = "4-Shop is a POS software for small or mid size businesses that need to do retail sales. It is a general point-of-sale application for retail outlets that has been specifically designed for ease of use. You can use it to process sales, track inventory, print receipts, invoices, and barcodes. It features a built in inventory, customers and supplier databases, a secure sales interface that staff will be able to use in minutes, professional looking invoices, receipts and delivery notes, how to use videos, 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 = ''; } }