var fDesc=new Array(); fDesc[0] = "Developed by retailers for retailers, Actinic EPOS software automatically keeps track of your stock and customers while you process the sale.
At the heart of all Actinic EPOS systems is the Actinic EPOS electronic till software. Intuitive, easy to use and reliable the Actinic EPOS software integrates with the standard peripherals to turn the computer into a complete in-store checkout and stock control system."; 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 = ''; } }