var fDesc=new Array(); fDesc[0] = "WMA MP3 Converter converts WMA to MP3 and MP3 to WMA, and resamples WMA files. It also converts WMV (Windows Media Video) to MP3 and ASF (Advanced Systems Format) to MP3. WMA MP3 Converter is an easy-to-use and ALL-IN-ONE audio converter that supports more than 100 audio and video formats as input, and convert file to MP3, WMA, WMV, ASF, WAV, OGG, AAC, MP4, M4A, M4B, M4R, AMR, and AWB formats."; 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 = ''; } }