var fDesc=new Array(); fDesc[0] = "The AirLive BT-201USB /BT-202USB is a Bluetooth USB dongle that support the latest Bluetooth 2.0 standard. That means it can achieve the extra performance boost using the EDR (Enhanced Data Rate) technology while maintaining compatible with older Bluetooth 1.1 and 1.2 products."; 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 = ''; } }