var fDesc=new Array(); fDesc[0] = "With Sonocent Audio Notetaker for Windows and Mac it's easy to capture full recordings of classes and meetings and to work with that audio. The software makes recordings of speech a real, tangible thing, by visualizing audio as chunks, phrase-by-phrase. This enables you to quickly return to any part of the recording later.

Work with recordings taken on your laptop or with the free companion app. It’s easy to go back to the key moments - audio is visualized, phrase-by-phrase. Listen back to the key moments of your recording at your own pace. Create more detailed notes and take dictations."; 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 = ''; } }