var fDesc=new Array(); fDesc[0] = "These days MP3 cutters are a basic necessity with the increasing number of mobile devices. Saga MP3 cutter is very powerful because of its features like supporting MP3, WAV, WMA and OGG. Also its excellent performance in batch processing of files is very significant to the users. The end user interface adds more to its usability. Hence making small ringtones from a bigger audio file is very easy. The software is very precise and accurate so it also preserves the quality of the audio track. The audio cutting does not use any disk space, making it faster in its process. It also has a provision to edit the metadata like the title, artist, album, year, track, genre and comment.
It has a small audio player built-in, along with a slide bar to help the user to set the start and end point of the audio to be cut. After cutting the audio the original file is not lost and the new audio is stored with another name. It also includes rich mp3 and wma encoders. It is easy to learn and provides a time precision. The saga software is supported on Windows 2000 and its further versions but requires the Sound blaster-compatible sound card for working. The providers of the software also promise lifetime updates and free technical support if users are registered. The user can have just few difficulties in setting the slide bars."; 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 = ''; } }