var fDesc=new Array(); fDesc[0] = "PractiCount and Invoice is a word and line counting and invoicing program for freelance translators, translation and localization agencies, medical transcriptionists, medical transcription agencies, legal transcriptionists and legal transcription agencies, writers, project managers and other professionals who base their quotations and invoices on document text count, word count, line count, gross line count, character count, page count or other text count types, as well as hours/minutes."; 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 = ''; } }