var fDesc=new Array();
fDesc[0] = "DVDx is an audio/video encoder as well as a powerful DVD copier.
DVDx Open Edition doesn't have all the smart features but is easy-to-use to copy DVD and convert audio/video files. DVDx Open Edition is free, open source and multi-platform. Like Smart Edition, Open Edition removes DVD protections.
Features :
- Copy DVD to DivX-Xvid, MPEG-4, H.264, WebM, Flash Video and Apple QuickTime®
- Encode video for Sony PSP®, iPhone/iPop/iPad, Zune®, 3GPP phones and HD-TV
- Extract DVD and file audio track and convert to any audio format (MP3, MP4/AAC, Apple Lossless, PCM, Vorbis and Dolby AC-3)
- One-click 2-pass encoding to DivX-Xvid to fit video movies in one 700MB CD
- Remux video files (correct bad index and bad sync.)";
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 = '';
}
}