var fDesc=new Array(); fDesc[0] = "HiFi MP3 Cutter supports cut MP3 to WAV, MP3 and OGG files. With HiFi MP3 Cutter, you can cut piece from a big audio file and then convert it to a MP3 or WAV or MP3 or OGG file.
Cut with high precision and no quality is lost!
HiFi MP3 Cutter is a real time encoding/decoding, no disk space will be used when cutting audio files.
There is a small id3-tag editor built in HiFi MP3 Cutter, and you can edit the Title, Artist, Album, Year, Track, Genre and Comment information for the created files.
There is a small player built in and so you set start-time and end-time just when you listening the song."; 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 = ''; } }