var fDesc=new Array(); fDesc[0] = "This software divulges the number of articles it can generate. You are also offered with the flexibility to input the number of articles to be generated. You are provided with not only alternative words but also numerous phrases in our synonym library. This allows you to control the number of articles and their quality. Quality improves if you choose the synonyms yourself as per the specific need of the 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 = ''; } }