var fDesc=new Array(); fDesc[0] = "Easily create a high-speed network connection through your home’s existing coaxial (cable) wiring with the D-Link HD MediaBridge® Coax Network Starter Kit. The adapters enable you to connect your PC or Ethernet-ready gaming devices such as Xbox 360® and PlayStaition® 3 to the Internet. Plus, the HD MediaBridge Coax kit provides a faster and more reliable delivery of HD quality entertainment for intense online gaming."; 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 = ''; } }