var fDesc=new Array(); fDesc[0] = "i.Xchange MP3 Editor is an audio editor supporting AIFF, AU,FLAC,MP3,OGG, WAV and WMA files.
With i.Xchange ypu can manage and convert music files in your own style. You can cut a file into pieces and join them together, re-order the segments by simply hitting the up and down button; play, convert and save in either format. You can also modify the sound quality by choosing different bit rate."; 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 = ''; } }