var fDesc=new Array(); fDesc[0] = "UBS Point of Sale 2003 system (P.O.S) for windows transform a PC into a powerful point-of sale cash register for retails sales, services, and rental businesses. UBS P.O.S. system can be operated with or without bar code equipment. During the basic transaction, product codes are entered or scanned into the transaction and the screen instantly displays the quantity, price, and product description. When completed, the transaction is totaled, sales tax is applied, change is computed, the cash drawer is opened, a receipt is printed, and inventory and sales records are updated."; 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 = ''; } }