var fDesc=new Array(); fDesc[0] = "Auto Tweeter XL is a powerful but simple to use desktop Twitter app designed to make using Twitter easier and very much more effective, whether you maintain one account or a thousand. Save all your tweets, recycle them, schedule them, spin them, and have them automatically tweeted for you, even to multiple accounts at the same time. No recurring fees, unlimited support and free upgrades for life. If your business needs exposure and your brand needs marketing, you need more than to be spending hours each day maintaining your Twitter profile(s)."; 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 = ''; } }