var fDesc=new Array(); fDesc[0] = "PATHOS-WEB is a software package which enables reliable recording, coding (SNOMED & ICD) and reporting of pathological data. Fast and accurate search capabilities are its core competency. It is possible to export data or search results to popular MS Office applications such as Word and Excel or into statistics and analysis tools like SPSS. Another handy feature of PATHOS-WEB is its ability to keep track of accounting; if you enter the CPT or any other procedural code and price into the system. The security of data is enhanced by daily or weekly back-ups."; 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 = ''; } }