var fDesc=new Array();
fDesc[0] = "Recording in, Blu-Ray or DVD out
Process your HDTV and SD-PAL DVB recordings (Transport Stream) from various receivers, DVB PC-cards and AVCHD cameras (M2TS format) - all with just a few mouse clicks.
The design concept leads you intuitively to quick results.
A core feature are the new background processes, which relieve the user. There is no need to have special knowledge.
Especially DVR-Studio HD 4 contains a totally new commercial detection which finds commercial breaks never been found before.
Processing a HD recording of typical size will only take a few minutes with no loss of quality.
File output can be in the original format of your receiver, converted to TS / M2TS format (MPEG2 as well as MPEG4) to play the file on your PC or multimedia devices.";
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 = '';
}
}