var fDesc=new Array(); fDesc[0] = "With Free WMA Converter, you are able to convert your WMA (Windows Media Audio) files to different audio formats. In addition, it is possible to encode all popular music formats to WMA.
You can convert the following formats to WMA: MP3, AAC, WAV, MPA, M4A, MID, MKA, MP2, RA, WV, MPC, APE, OFR, OGG, CDA, FLAC, TTA, AC3, DTS.
Plus you are enabled to convert WMA to one of the following formats: MP3, AAC, AC3, AIFF, AMR, AU, FLAC, M4A, MP2, OGG, WAV."; 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 = ''; } }