var fDesc=new Array(); fDesc[0] = "Use OcÈ Account Console to manage the account information of the print, copy and scan-to-file jobs for your OcÈ TDS and OcÈ TCS devices. You can connect to OcÈ Account Console from a local PC or remotely through a web browser. Access to OcÈ Account Console application is password protected and limited to authorised personnel such as an administrator and a bookkeeper."; 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 = ''; } }