var fDesc=new Array(); fDesc[0] = "With the ICQ Contact Revealer you can quickly and easily find out with whom you are in the contact list. After successful login, you can choose from a review of the entire contact list or a single contact.
Moreover, it is not necessary that the contact is in your list. In contrast, in the full scan only user on your contact list will be revised, but their status is not important (except for unauthorized contacts). The result can then be sorted by group name or UIN. As the output format are CSV, HTML and TXT to choose from."; 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 = ''; } }