var fDesc=new Array();
fDesc[0] = "With FairUse Wizard you can convert your DVD to DivX for free.
Main Features:
- Encode tens of episodes of your favourite shows in only a few mouse click
- Let the wizard be your guide at every step of the conversion process.
- Easily create movies that will play on your standalone player with the DivX and XviD codecs
- Use cutting edge technology with new codecs like the well-known H264, XviD, or the ffVFW codec suite.
- Store several movies on a single DVD
- Protect your expensive DVD collection by letting the children use a backup copy while the original discs stay in a safe place
- Encode up to two audio tracks so you can chose between original and dubbed version at playback (maximum number of audio track may vary depending on the selected encoding profile)
- Preview subtitles on the preview screen during the encoding setup";
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 = '';
}
}