var fDesc=new Array(); fDesc[0] = "MainConcept AAC Encoder is an application that offers professional AAC Encoding within the Adobe® Flash® Media Live Encoder that only comes with Nellymoser or MP3 audio encoding as standard.
AAC is the emerging future audio standard that replace existing ones, such as MP3. It is already supported by popular devices such as Apple iPod, Sony PSP, Sony PS3, Nintendo Wii, various cell phones etc."; 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 = ''; } }