var fDesc=new Array(); fDesc[0] = "FusionRetail™ 6 is organized in such a fashion that shoulders the responsibility of a retailer. Efficient data entry and specially designed reports with on-line filters suit any retail needs. Despite the power and scope, RanceLab® FusionRetail™ 6 is amazingly an easy software to learn and use. Implementation is a snap! You can use RanceLab® FusionRetail™ 6 in three ways: run it independently on a single system placed in your outlet, use it on multiple network computers in single outlet or use it across multiple outlets. RanceLab® FusionRetail™ 6 works with wide range of POS hardware from barcode printers, barcode scanner (CCD, laser, flat bed and bluetooth), RFID, data capturing units, standard dot matrix printers to fast and efficient thermal receipt printers, electronic cash drawers, customer display, magnetic card readers, touch screens and electronic weighing scales. RanceLab® FusionRetail™ 6 helps you to do all of that by easy and error free data entry. The reports are easy to use and very fast. The series of reports help you understand the Categorization, Non Moving, High Moving and Stock Levels."; 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 = ''; } }