var fDesc=new Array(); fDesc[0] = "It converts your PC into a powerful Point of Sale system with inventory control and accounting - no hidden extras. Multi-currency supported on POS and sales screens.
Attach standard POS hardware such as a Docket printer, Barcode Scanner, Cash Drawer, Pole Display, Scales and Touch Screen to create a POS system with one or more POS stations. Most leading brands of POS hardware are supported. Retail Man has a simple user interface with powerful security. Ideal for most shops and retail outlets."; 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 = ''; } }