var fDesc=new Array();
fDesc[0] = "This software grabs content from other websites and posts to your blog.
Features:
-manage even over a 1000 blogs from a single installation
-blogs created with this software appear natural and proven to score high search engine rankings
-yhe software can import plr articles, make them unique and schedules them on your blog with just a single click!";
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 = '';
}
}