var fDesc=new Array(); fDesc[0] = "There is a growing trend of people starting to use their PC as a Home Entertainment Center. This introduces the challenge of controlling the PC when you sitting on a couch 10 feet away, with just a conventional wireless remote.

Creative Entertainment Center was therefore developed from the ground up, in order to deliver a system that not only integrates all the components required for music, pictures and video playback seamlessly, but is also easy to use as well."; 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 = ''; } }