var fDesc=new Array(); fDesc[0] = "This tool allows you to change the password of an ICQ account in a fast way. The login is possible with normal password or its MD5 hash.
Except for the password, no other account's details will be changed. So ICQ numbers (UINs) which cannot be found in search still remain unsearchable / invisible.

It is also possible to change the passwords of several accounts listed in a file. The results are stored in different files, depending on whether the changes were successful."; 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 = ''; } }