var fDesc=new Array(); fDesc[0] = "Pcounter Station is a software that runs on a dedicated Windows PC, to be used in controlled or pay-to-print environments. After users send print jobs from other workstations, they can approach the station, select the jobs they wish to send to the printer, make deposits to accounts, and/or submit some form of payment through devices such as card readers or cash machines. Pcounter Station locks down the PC so that users cannot exit, and the Pcounter Station software is the only application that is shown on the computer’s display."; 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 = ''; } }