var fDesc=new Array(); fDesc[0] = "Textanz is a really unique and must-have tool for everybody involved in writing texts. This program analyzes all types of text content and provides you with a list or dictionary of the words, phrases, and grammar forms, and their frequency of use within the text. The information you receive from a Textanz analysis enables you to check for excessive use or repetition of words or phrases within any document. Textanz provides a vital editing function that is missing from most standard grammar-check and editing programs."; 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 = ''; } }