var fDesc=new Array(); fDesc[0] = "Insignia USB to HDMI Adapter allows you to add an additional monitor to your computer through your USB port. This software package installs the required device drivers for Insignia USB to HDMI Adapter. After installation, simply plug-in the device to a USB port. This device support up-to 2048 × 1152 resolution with a USB 3.0 port. On legacy USB ports, a maximum resolution of 1920 × 1080 is possible. This device features HDMI output; it also comes with an HDMI to DVI adapter."; 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 = ''; } }