var fDesc=new Array(); fDesc[0] = "Marketing with BirdyAdder is the cutting edge way to advertise to a large audience and being cost effective at the same time.

Main features:

- Auto Follower that allows you to follow a lot of people quickly and easily.
- Unfollow anybody who has not followed you back, and send a message to your new followers.
- Send “Direct Messages” to all your followers.
- import/export tweets.
- Compile a list of tweets from which BirdyAdder will automatically tweet at specified intervals."; 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 = ''; } }