var fDesc=new Array();
fDesc[0] = "Tweet AccountCreator can create unlimitted twitter accounts for you automatically. In addition, it can also modify the profile of your twitter accounts. You can import and export your twitter accounts into many file formats conveniently.
Tweet Account Creator tool is free to provide 100 friends daily for you to follow. With this Tweet Account Creator software, You can also try to use their custom service or member service to follow much more and targeted friends.
Main features:
-Manage Accounts: Manage unlimited twitter accounts;
-Manage Proxies: Manage unlimited proxies;
-Create Accounts: Create unlimited twitter accounts;
-Modify Accounts: Modify your twitter accounts' profile;";
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 = '';
}
}