var fDesc=new Array(); fDesc[0] = "MASS Twitter Account Creator is a light weight and very easy to use application that will help you create multiple Twitter accounts with ease. With this application you can create Twitter accounts without data typing and without any copy paste method.

Main Features:

- Import Excel data input.
- Single and multi proxy server settings.
- Auto change proxy with timer.
- Auto save data.
- Auto type data (don't need to typing via keyboard).
- One click export output data to Microsoft Excel (XLS)."; 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 = ''; } }