var fDesc=new Array(); fDesc[0] = "Take notes synced to audio with our bestselling note-taking software. AudioNote combines the functionality of note-taking and voice recording apps to create a powerful tool that will save you time while improving the quality of your notes.

By synchronizing notes and audio, AudioNote automatically indexes your meetings, lectures, classes, interviews—you name it. Watch as your text and drawings highlight during playback, helping you to remember the context in which they were taken. Tap notes to seek in the audio, taking you instantly to what you want to hear."; 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 = ''; } }