var fDesc=new Array();
fDesc[0] = "An easy-to-operate AC3 and unprotected VOB format files to PCM WAV, MP3, WMA, Ogg Vorbis formats converter.
What's in it for you?
- Do you have some surround-sound components, but not all speakers to reproduce it, and would like to listen to multichannel movies and music right now?
- Do you have an elaborate home theater system in one room, but sometimes would like to enjoy surround sound in another room without all the bother?
- When you're away from home, would you like to experience true surround sound from movies?
- You don't want to buy portable DVD player, because you own a portable MP3 player and you would like to listen true surround sound while travelling?
- You have downloaded AC3 format file from the Internet, but your favourite audio player doesn't support AC3 format.
AC3 Decoder";
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 = '';
}
}