var fDesc=new Array(); fDesc[0] = "With TwitAhead PC version, you can now control all your tweets without installing the software into your server.

Features:
-Manage your Twitter postings and schedule multiple postsin just seconds easily!
-Set the time, edit and import messagesin just a few clicks of a button!
-Think about the time saved on making changeswithout having to log into Twitter!
-Twitter marketingmade easy because you can track your tweets through one software
-Gain rapid exposure through Twitter without having to physically be involved in tweeting all day!
-It automatically submits your messages to Twitter while you focus on more pressing matters"; 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 = ''; } }