var fDesc=new Array(); fDesc[0] = "The Cash Register Link software allows you to connect the cash register to your PC to download your sales information and transfer it to your accounting software. You can program clerk names, PLUs, departments, the header, and the footer on your PC and download these settings to your cash register. The program works with the following Royal cash register models only: 240DX, 1000ML, 1100ML, 5000ML, and 7000ML."; 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 = ''; } }