var fDesc=new Array();
fDesc[0] = "Submit your articles to multiple article directories 100% automatically.
Article Submission Helper supports automated account registration and article submission. Submit unique articles to each directory with the in-built article spinner.
126 quality directories currently supported (104 submitted to automatically, 22 - semi-automatically) as well as ability to add your own!";
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 = '';
}
}