var fDesc=new Array(); fDesc[0] = "BRING YOUR TV WITH YOU AROUND THE WORLD. MAXIMUM HomeStream is a handy and stylish box which makes it possible to stream, both live television and radio channels. You can, furthermore, access and watch recordings stored on your DVD's hard drive at home - directly to your PC. MAXIMUM HomeStream provides access to the hardware you have at home, which you can activate and use whenever you are away from home. New HomeStream box feature is a small webcam which can be bought separately and connected to the box. The webcam can be placed at home and thereby you can observe your home, via your computer, even though you are away."; 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 = ''; } }