var fDesc=new Array(); fDesc[0] = "This software is designed to convert file in Window Media format to MP3 format. With help of it you may convert you audio files in WMA format to MP3. Also if you have video in WMV format you may you use our Free WMA to MP3 Changer to extract audio track from WMV to MP3 format. Interface of this program is very easy. It contains all necessary settings for conversion to MP3. There is nothing superfluous. ID3 tags will be transferred to converted MP3 file automatically. Supports batch conversion. So you can convert all your WMA files to MP3 easily. It is absolutely free.

Supports Windows and Mac OS X."; 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 = ''; } }