var fDesc=new Array(); fDesc[0] = "If your company uses its own payroll software, the installation of the BOCPAY application is optional. In this case, a specific data format is necessary for payroll files to be created. For further information regarding the creation of payroll files by using BOCPAY or the data format and their submission through Internet Banking, refer to the manual"; 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 = ''; } }