var fDesc=new Array(); fDesc[0] = "HiFi MP3 OGG Converter 3.0 is an effective conversion tool that enables users to convert Mp3 files into OGG files and vice-versa. The program will convert your files in a very short amount of time without losing any quality during the process. Using this software, you will be able to customize your conversion by modifying some advanced settings such as audio bit rate, quality, volume and channels (mono and stereo). HiFi MP3 OGG Converter 3.0 allows you to convert several files from one into another at the same time with a fast conversion speed. Using this software you will be able to edit your audio files' ID3 information. The application allows you to play any Mp3 or OGG audio file without leaving the program's main window by simply clicking on the play button. The program's interface is pretty attractive and intuitive. The program is very easy to use. All you have to do to convert your files from one into another is to add the file(s) into the program's main window, set some output parameters and then click on the convert button."; 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 = ''; } }