var fDesc=new Array(); fDesc[0] = "Kontent Rewriter is a program that enables you to manually spin articles. You will have to press "Import Article" and load the file you want to work with, double-click on the first paragraph and start writing paragraph variations. If you want even more variations you will have to spin the content on a word level at the end."; 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 = ''; } }