var fDesc=new Array();
fDesc[0] = "xGen SEO is a fully automated Next Generation SEO piece of software that allows you to build hundreds and thousands of high quality links from social media sites. You will not only get a massive amount of direct visitors and traffic from the social media sites, but also a ton of links from social media sites that will push your web site to the top 10 ranking on Google.";
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 = '';
}
}