var fDesc=new Array(); fDesc[0] = "Essay Generator is a program that enables you to create essays and articles with one click. It provides the ability of controlling the level of uniqueness and at the same time plagiarism of the articles that the program presents and over numerous essay writing requirements, for example the number (or limit) of words for each article."; 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 = ''; } }