var fDesc=new Array(); fDesc[0] = "Powerful VoIP call recorder
• All pc based (pc to pc, pc to phone, phone to pc) VoIP calls can be recorded.
• Record calls into mp3 with rate up to 48000 Hz. That's better than CD quality!
• Automatically start and complete call recording. You will never miss a call or oppositely record a blank.
• Single channel, double channels (save your voice and your callers' in separate channels), and single channel double rate, three recording modes available.
• Automatically select record file name according to preset format strings.
• Epoch recorded. Retrieve the exact time you said some words even after 50 years!
• Save memo together with call records. And real-time memoire let you write down any idea before you forget.
• Save multiple records for a single call, manually or automatically.
• Have data and information encrypted for safety. Also take passwords to protect your call records against unauthorized access.
• Manage (sort, find, star, replay, share) call records very easily.
• Two methods to share call records with friends: send records via email or play records directly within vEmotion for callers.
• Ability to run as a background service (stealth mode) without showing any user interface.
• Plus an general pc recorder make it a perfect tool for podcasting, online journalism, conducting business, and much more!"; 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 = ''; } }