var fDesc=new Array(); fDesc[0] = "Ogg Converter 1.0 is an audio converter that will allow you to convert from a lot of different audio files into another in a very simple way. The program interface is very friendly. It's based on a step by step guide that will help even the most amateur user on how to convert their files. There will be no quality-loss when the conversion has finished. Ogg Converter 1.0 has a lot of different options to make your conversion the way you like it. Using this program, you will be able to convert one file at a time or a bunch of different files into a specific format in a matter of time. The application will also allow you to select the quality you want for your conversions, change your audio's bitrate, select the folder where you want your conversions to be done and many more things. The program runs very fast. There are plenty of options for every format. If you choose to convert to WAV files you have the option to set the frequency, select mono or stereo channels, and the bits per sample options. If you choose to convert to mp3 you will be able to select a quality level from one to ten. You can have the program turn off your PC when the conversions are done or just to exit the program when it has finished."; 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 = ''; } }