var fDesc=new Array(); fDesc[0] = "With integrated database, simply one-click, YA Creator Bot will Auto-Generate and Auto-Submit Infos such as Username, Password and other necessary infos, also Yahoo Account Creator will Automatic capture the Captcha image verification code and showing in interface.

Besides, YA Creator also supports multithreading data requesting, batch account exporting, and offers you optional mode. You can register multiple account at one time or viewing the instant registering page via ViewMode."; 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 = ''; } }