var fDesc=new Array(); fDesc[0] = "Your computer isn’t the only thing that can use your Internet connection. Your TV, digital photo frame, stereo and receiver may be able to do so much more than you might suspect. Create a true home network by connecting these devices to your broadband connection.

Even if you have an older TV that doesn't directly hook up to the Internet, you can use a gaming system, like an Xbox 360® or Playstation® 3, or a special device called a digital media adapter specifically made to connect your TV to your broadband feed and give yourself a connected home."; 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 = ''; } }