var fDesc=new Array(); fDesc[0] = "The EPmfd software has the function of extracting the mirror of documents issued by the ECF in electronic media (text file), as well as the generation of ACT / COTEPE 17/04 file generation SPED-Fiscal records. It also allows the setting function and issuance of tax documents and non-tax for testing purposes."; 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 = ''; } }