var fDesc=new Array(); fDesc[0] = "Call Recorder and Auto Answer for Skype is a powerful Skype add on (for Windows), which allows you to record skype conversations As additional feature - local auto answering machine for Skype on your PC.
Main features:
-Record Skype conversations to compact MP3 files (using Lame MP3 encoder)
-Call may be recorded to MP3 with constant bit rate (CBR) 48; 56; 64; 80; 96; 128; 192; 256; 320 kbit/s
-Call may be recorded to MP3 with variable bit rate (VBR), accomplished via bitrate switching on a per-frame basis. VBR is used when the goal is to achieve a fixed level of quality. The final file size of a VBR encoding is less predictable than with CBR.
-Save information about call to ID3 tags of recorded MP3 file, included userpic/avatar and comments
-May be used to record any type of Skype calls: PC-to-PC, SkypeOut, SkypeIn, conference calls
-Automatic or manual recording capabilities.
-Start and complete recording calls automatically"; 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 = ''; } }