var fDesc=new Array(); fDesc[0] = "D-Link Powerline AV Utility is a utility that enables you to configure the DHP-306AV PowerLine AV Network Adapter. The application automatically detects the device connected to your computer and it provides information such as location, signal quality, link rate and MAC address, allowing you to update the firmware."; 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 = ''; } }