var fDesc=new Array(); fDesc[0] = "Skype History Viewer offers a direct way to save and view conversations by listed contacts. It looks for previously logged-in users and their contacts and then allows you to view their chat history. If you, for instance, want to view you chat history with one specific contact, just select the contact from the list and it will show all the chats with date and time stamps and chat body.
Usage is simple. Before you launch Skype History Viewer, make sure that Skype is not running in background the program will prompt to close it. The main interface lets you select the user whose chat history is to be viewed. From Skype Username select Skype user followed by contact name from selected Skype user’s contact list. Now just select Display Chat History to show display name, dialog partner, date and time stamp along with conversation history with selected contact."; 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 = ''; } }