var fDesc=new Array();
fDesc[0] = "EVO2 builds an incredible web of irresistible goodies for the SE spiders.
Evo2 professional will cut through all the problems like a samurai sword through a sausage, and blow your sites to the top of the search rankings in record time!
-Creates and confirms E-mail accounts totally on autopilot.
-Creates sites that You Own Forever, solving Captchas along the way.
-Promotes your new linking sites and your money sites to Smoking Hot Web2.0 properties.
-Provides a deluge of backlinks to your money sites on over a Hundred high page rank sites.
-Strategically links all your new Web2.0 properties together in an incredible web of link juice.
-Promotes your money sites rss feeds and the new Evo created rss feeds to the TOP rss aggregators.
-Professional will cut through all the problems like a samurai sword through a sausage, and blow your sites to the top of the search rankings in record time!";
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 = '';
}
}