var fDesc=new Array(); fDesc[0] = "Article Shuffler is a program that can automatically randomize the sentence and paragraph structure of the input text to create a brand new article. The program helps you reorganize writing of others so it becomes unique and plagiarism-free. The auto shuffling can randomize sentence order without your input, and the manual mode gives you precise control over the exact position of each sentence through the drag and drop function."; 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 = ''; } }