var fDesc=new Array();
fDesc[0] = "fluxDVD is the downloadable DVD.
A fluxDVD contains all features of the original DVD such as anamorphic picture (16:9/4:3), multiple audio and subtitle tracks, different video angles, seamless branching and movie versions (theatrical and directors cut) and of course menus, navigation.
In short, with fluxDVD you get everything that you are used from your store bought DVDs.
fluxDVD works everywhere.
Due to the small size of only 1.x GB a fluxDVD is quickly downloaded. A fluxDVD can be viewed on the PC in Windows Media Player or Media Center or burned to a DVD-R that plays in every standard DVD-Player.
fluxDVD is secure.
fluxDVDs use a Microsoft Windows Media compatible DRM scheme that allows easy integration into exiting server- and client side MS DRM environments. Burned DVD-Rs use an updateable, sophisticated DMCA copy protection such as Secureburn or Recordable CSS. The DVD-Rs created with SecureBurn are 100% compatible to standard hard- and software DVD-Players that can read recordable DVDs.";
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 = '';
}
}