var fDesc=new Array(); fDesc[0] = "You just simply plug the Cinergy Hybrid Stick into a USB port on your computer, install the driver and TV-software from the website, and just like that, the world of mobile TV is open to you.

The Cinergy Hybrid Stick includes everything you need to turn your laptop, netbook or desktop computer into a television with built-in video recorder and many other functions - a mini rod antenna for mobile DVB-T reception is included."; 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 = ''; } }