var fDesc=new Array(); fDesc[0] = "Pistonsoft Skype Recorder allows you to record your Skype calls and save it to Gmail automatically. Audio logs are saved as compact high-quality MP3 files. When saving conversations to your Gmail account, the program labels them as "Skype History", so you can quickly select these messages from the entire message archive."; 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 = ''; } }