var fDesc=new Array(); fDesc[0] = "The HomeInformationTerminal (HIT) is the information center of your home. Here you can use your Home automation system and control your multi-room audio system (UPnP). It is possible to integrate links to webpages or camera-streams. All this is accessible through a high quality graphical user interface with good ease of use. By using the RSS-Feed extension you have an overview about current News and you can jump to a complete article just with one click. No matter if you use a touch display, a laptop or an ultra mobile PC (UMPC) on the sofa in every case you have a quick survey of all the information you need"; 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 = ''; } }