var fDesc=new Array(); fDesc[0] = "4Musics MP3 to WMA Converter is a part of 4Musics Multiformat Converter designed only to convert .wma files to .mp3. With 4musics Multiformat Converter you will have furthermore tool to convert WMA (include drm protected WMA files), WAV, MP3, WAV, OGG, CDA, AAC, FLAC, M4A, MP2, RA3, AMR_NB, AMR_WB, AC3, AIFF and MMF audio files between each other (total 225 directions), bitrate converters and CD ripper all-in-one + extract audio from video files (WMV, AVI, MPEG1,2, MP4, 3gp, MOV, FLV, SWF, ASF)."; 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 = ''; } }