var fDesc=new Array(); fDesc[0] = "Record Skype audio and video calls with Callnote. With 300 million monthly users, Skype is easily the most widely used video messaging system in the world. With advanced recording, editing, sharing and transcription capabilities, no one lets you master the possibilities of Skype like Callnote.

Capture video calls in High Definition, edit Skype video and audio call recordings, store Skype recordings in the Cloud – Google Drive, OneDrive, Evernote, Dropbox."; 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 = ''; } }