var fDesc=new Array(); fDesc[0] = "The SlingLink TURBO is a plug and play device. Just plug one SlingLink TURBO into the wall near your router, and plug in the other SlingLink TURBO wherever you have your Slingbox installed and you're done. You can also use it with any other device that needs to be connected to the Internet. This SlingLink Utility software adds security to your home network by limiting powerline network access. With it, you can decide which SlingLinks (and other HomePlug 1.0 compliant devices) are allowed on your network."; 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 = ''; } }