var fDesc=new Array(); fDesc[0] = "Essay Rewriter is a program that automatically rewrites text in order to avoid plagiarism. The program also features a manual mode that provides you with total control of the changes that are being made to the original text. Different synonyms are offered and you also have the possibility of adding words or changing the construction of a sentence on your own."; 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 = ''; } }