var fDesc=new Array(); fDesc[0] = "You can use O&K Print Watch to set a password or a PIN code for printing documents using the printer. In this case the user will have to enter the password in order to print a document. The O&K Print Watch Authentication Client is used to request a password and send it to the server. The user sends a document to the printer. At the same time, there is a PIN code request set for the user, a group of users or the printer."; 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 = ''; } }