var fDesc=new Array(); fDesc[0] = "This audio recording software can record audio data from microphone, skype, web cams and any other input line available with your sound card. Program have automated system start and stop if required.
Also program record Skype conversations as well as SkypeOut and SkypeIn calls. Recordings are saved on your computer in any audio formats Mp3, WMA, VOC, AAC, OGG, AMR, FLAC, M4A.
Created by the program audio may have information about the date and time of recording, making it easier for our users find the necessary records"; 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 = ''; } }