var fDesc=new Array(); fDesc[0] = "Rubika is able to extract content from documents to be fed into address cleansing and sorting software. The address cleansing and sorting software cleanses the addresses and the updated information is re-imported into Rubika. Rubika updates the document with the corrected address information and separates undeliverables out of the mailing. The sub-documents are sorted in postal (zip) order using external business logic based on the extracted information. Common business process improvements that this feature offers include:"; 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 = ''; } }