var fDesc=new Array(); fDesc[0] = "Chapter Master makes it easy to add chapter stops (permanent 'bookmarks') and images to an AAC (*.m4a or *.m4b) file for use as an audiobook or enhanced podcast on the iPod.
ou simply open an AAC file and can add and remove chapter stops at any time point within the audio, naming them and optionally associating an image with each."; 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 = ''; } }