var fDesc=new Array(); fDesc[0] = "Article content spinner is the best choice for website owners that want to outshine their competitors with a multitude of published works on the Web providing backlinks, targeted traffic, and credibility.
The application allows you to rewrite a large number of articles by replacing words in the original article with synonyms from a large synonyms database."; 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 = ''; } }