var fDesc=new Array(); fDesc[0] = "Record Skype calls with the Call Recorder and so much more.

Features :

- Record online VoIP (Voice over Internet Protocol) conversations taking place in programs like for example Skype, VoipBuster, VoipStunt, Google Talk, Yahoo Messenger, Windows Live Messenger, Office Communicator, Lync 2010 and more...
- Automatic recording in the background
- Save recordings as wav or mp3 sound files, either mixed-mono or dual channel stereo
- Eliminates short system sounds like mouse clicks or short audio signals
- Record voice chatting sessions in hidden mode, for parental monitoring
- Record important phone calls for legal backup"; 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 = ''; } }