var fDesc=new Array(); fDesc[0] = "Smart marketers have been using articles as a core part of their marketing mix for years. It's one of those high-payoff activities that is just plain crazy not to do. Submitting articles to article directories gives the marketer instant credibility, instant traffic from the article sites and instant links that boost search engine rankings.

The long-term residual benefits stem from improved search engine rankings and the articles being used by publishers on other sites. Every article written and submitted produces immediate results as well as additional profits for years to come."; 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 = ''; } }