var fDesc=new Array();
fDesc[0] = "DreamboxManagerSuite Version 2 is a tool pack composed out of 5 components: The DreamboxTV - Television at the PC, radio at the PC with visualization, timer programming, EPGSuche uvm, VideoTSManager - Films on Dreamboxplatte administer (assortment, designation, deletion), Downloaden of films on PC uvm, Timer manager - Administration of the timers, minute-exact timer programming possible, EPG search, search for repetitions uvm, Screen SHOT manager - Konfortables providing Screenshots with Aspect reason , OSD Shots or both combines and Telnet session.";
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 = '';
}
}