var fDesc=new Array(); fDesc[0] = "Dapyx Messenger Archive allows you to read the Yahoo Messenger archive log files and easily convert them to standard formats, like HTML and plain text, while being able to choose whether to preserve or not the formatting of the text and the smileys.

It can read any Yahoo .dat log files, even without being online, being logged in the yahoo account, or even without knowing the password. It is also possible to secretly turn on the message archiving for every yahoo account on the computer.

The program can be useful to help you find messages much faster, by featuring a powerful search function, enabling you to search your entire message archive or just through some conversations."; 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 = ''; } }