var fDesc=new Array(); fDesc[0] = "Twitter Account Creator is an application that creates Twitter accounts fast and easily.
Twitter Account Creator avoids copy paste method. You just have to add an excel file and the data is automatically added to your registration page or sign up page from Twitter. This application also helps you verify your Twitter account by using your Hotmail/ Yahoo account.

Main features:
-easy-to-use
-standard input and output excel files to help you get started
-option to clear cookies
-verify Twitter account through Hotmail/Yahoo account"; 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 = ''; } }