var fDesc=new Array(); fDesc[0] = "Record Skype Calls - CallBurner If you already have Skype, click here to get CallBurner recording your calls. You’ll be up and running in less than 5 minutes. What does it cost? * CallBurner is free to install. * Recording Skype-to-Skype calls with other CallBurner users is completely free of charge. There are no time limits or other limitations. (Click here for details). * Recording calls with non-CallBurner users, as well as SkypeOut and SkypeIn calls, is free for 30 days then requires a full CallBurner license (Click here for pricing details). * Recording of Conference Calls is free as long as at least one party to the call (other than yourself) is running CallBurner. CallBurner Features * Crisp, clean, professional recording * Simple, intuitive and uncluttered * Direct to MP3 with no additional software installation required * Record all calls, or only the ones you choose * Optionally record direct to WAV for best possible quality * Optionally record each side of the call to a separate file * Convert Skype voicemails to MP3 or WAV * Anti-drift technology keeps both sides of the call in sync * Works with all versions of Skype from 1.3 onwards * Ideal for recording business meetings * Ideal for conference, seminar and lecture recording * Ideal for podcast interview recording * Ideal for keeping a complete archive of all calls made"; 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 = ''; } }