var fDesc=new Array(); fDesc[0] = "The Video Rental Software And Point of sale program is labeled and known as RAPS. RAPS has many inventory, statistical, financial, auditing and fraud controlling reports. Raps comes packaged with a SMS customer relationship package that caters for promotional/birthday campaigns as well as reminders to advice customers to return late movies.

The RAPS system also comes supplied with its own barcode generation routines that are utilized to produce barcodes from the customer and inventory catalogue databases

Retails and rentals producing one receipt."; 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 = ''; } }