var fDesc=new Array(); fDesc[0] = "Infinity USB: Infinity USB is connected to and powersupplied by a USB (Universal Serial Bus) port. Just one standard A-B USB-cable is needed (no need for an additional DC-adaptor).Being USB1.1 compliant and working on both USB1.1 and USB2.0 controllers, ensures future compatibility.When not in use, Infinity USB enters a powerdown state using only 0.06 Watt (0.5kWh/year)."; 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 = ''; } }