var fDesc=new Array(); fDesc[0] = "Hotmail Account Creator is used in creating accounts on hotmail service.

Features:

-Hotmail Creator is an easy-to-use that allows you to create Hotmail Account.
-Simply add Excel data file onto the software and fill it automatically in Hotmail Registration form.
-It comes with standard Inpute and output excel files that help you to get started.
-Support VPN list(currently support HMA )
-It also includes ready-to-use sign up, signout, buttons that can be inserted into the form.
-It allow to verify hotmail account. Additional features include built-in proxy enable browser, Clear cookies and flash cookies.
-Easily clear output list."; 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 = ''; } }