var fDesc=new Array();
fDesc[0] = "TweetAttacks is a software which adds automatically followers.
Features:
-Drive thousands of real human traffic a day even without followers
-Get results even without followers
-Build thousands of followers without worrying on API limits
-Send direct messages to your followers in a push of a button
-Post and schedule thousands of tweets without worrying on API limits
-Reply on thousands of users looking for your offers on autopilot
-The very first twitter marketing software that DOES NOT USE THE API and compatible with the #newtwitter
-With advance intelligence to determine real people";
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 = '';
}
}