var fDesc=new Array();
fDesc[0] = "With other Twitter friend adders it requires that you have a "Chore" of clicking a button every day and adding new friends. Twiogle Twitter Friend Adder removes this chore and automatically adds new friends for your Twitter accounts every day automatically. I offer this program 100% free for the ability to add 200 friends a day for unlimited accounts.
Main features:
-small, lightweight, unnoticeable while running throughout the day.
-runs in the background in the taskbar next to your system clock.
-checks Twitter api requests so its friendly to the 150 API calls per hour.
-unlimited accounts.
-max add 200 twitter friends per day.
-adds 20 friends to each Twitter account at a set time every day automatically.";
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 = '';
}
}