var fDesc=new Array(); fDesc[0] = "HiFi WMA Cutter supports cut WMA to WAV, MP3 and OGG files. With HiFi WMA Cutter, you can cut piece from a big audio file and then convert it to a MP3 or WAV or WMA or OGG file.

With HiFi wma cutter you can :

- split a piece from a big wma file.
- cut wma files to mp3 files.
- cut wma files to wav files
- cut wma files to ogg files.
- Support edit file name.
- Adopt the files order by clicking the Up or Down button.
- Batch split.
- Time precision of second.
- Friendly and easy user interface."; 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 = ''; } }