var fDesc=new Array(); fDesc[0] = "Any Chatlog for Live Messenger is a viewer for chat history of Windows Live Messenger. It organizes the chatlogs according to contacts and sessions. It allows you to filter chat sessions by date, keywords, etc. It also allows you to view chatlog files stored across multiple folders all at once.

Features:
- Organize chatlogs according to contacts and sessions
- Filter and search for chat sessions by date, keywords, etc.
- Alternate coloring of messages from different senders
- View chatlogs files stored across multiple folders all at once"; 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 = ''; } }