var fDesc=new Array();
fDesc[0] = "Ultimate Content Rewriting Unique articles of best quality with “Unique Content Producer”.Save days of your time with our professional SEO-Tool.
Depending on topic and length of the text, writing an article may take a lot of time. Because of the feared “Duplicate Content-Filter”, many operators of article directories check if your article is already used in the internet or if it is about a requested unique content. Normally, those operators accept and activate only unique articles.
And even if your article was released in several different directories – it would be no use.
Google would recognise that article as a duplicated content and the links in the text would be rated zero.";
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 = '';
}
}