var fDesc=new Array(); fDesc[0] = "Just give Spyntext Auto a folder that contains PLR text files and an output folder for the spun content, decide how unique you want it to make the content and click a button.
Just minutes later you will have fresh, unique versions of those articles ready for use.
The PLR text files don't have to have any spyntax or special codes in them, they are just plain old regular PLR text files.
Spyntext Auto will spit out spun versions using one of two methods (or it can use both methods at once)."; 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 = ''; } }