var fDesc=new Array(); fDesc[0] = "Skype History Cleaner automatically detects installed Skype accounts and enables you to easily delete chat history on a specified contact. You can use instant search to find all chat messages containing the text updates on every key stroke. Although the program successfully deletes the local history, Skype will download it again from Microsoft servers."; 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 = ''; } }