var fDesc=new Array(); fDesc[0] = "Take the audio format of windows on a graph, display it, set it, clip it, and more and more, all this and more by the audio graph editor of A1 WMA Editor.
Also, with the audio graph editor of the A1 WMA Editor enable you to set the range to process the WMA files, zoom it, get the frequency of the WMA and much more. All this with a little of mouse clicks, without to losing any quality of the destination file."; 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 = ''; } }