var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to backup their Skype contact lists. Important information such as full name, display name, alias, city, state, phone number, time zone, language, last online, etc. can be retrieved. All contacts are extracted at once saving you the time of having to open and copy each one by hand. The extracted information can be saved as a text file, Excel file or copied to the clipboard."; 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 = ''; } }